Skip to content

Commit a6cb0ac

Browse files
author
Li Tai Fang
committed
docs
1 parent 52ee2f1 commit a6cb0ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/Manual.pdf

-191 Bytes
Binary file not shown.

docs/Manual.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ \subsection{To train data set into a classifier}
140140
--inclusion-region validated.bed
141141
--truth-snv truth.snp.vcf \
142142
--truth-indel truth.indel.vcf \
143-
--pass-threshold 0.5 \
144-
--lowqual-threshold 0.1 \
145143
--output-dir $OUTPUT_DIR
146144
\end{lstlisting}
147145

@@ -182,6 +180,8 @@ \subsection{To predict somatic mutation based on trained classifiers}
182180
--inclusion-region validated.bed
183181
--classifier-snv sSNV.Classifier.RData \
184182
--classifier-indel sINDEL.Classifier.RData \
183+
--pass-threshold 0.5 \
184+
--lowqual-threshold 0.1 \
185185
--output-dir $OUTPUT_DIR
186186

187187
\end{lstlisting}
@@ -589,6 +589,9 @@ \section{Future development}
589589
\item
590590
Develop a version for deep sequencing cfDNA/ctDNA.
591591

592+
\item
593+
Dockerize SomaticSeq
594+
592595
\end{itemize}
593596

594597

0 commit comments

Comments
 (0)