File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ \subsection{To train data set into a classifier}
140
140
--inclusion-region validated.bed
141
141
--truth-snv truth.snp.vcf \
142
142
--truth-indel truth.indel.vcf \
143
- --pass-threshold 0.5 \
144
- --lowqual-threshold 0.1 \
145
143
--output-dir $OUTPUT_DIR
146
144
\end {lstlisting }
147
145
@@ -182,6 +180,8 @@ \subsection{To predict somatic mutation based on trained classifiers}
182
180
--inclusion-region validated.bed
183
181
--classifier-snv sSNV.Classifier.RData \
184
182
--classifier-indel sINDEL.Classifier.RData \
183
+ --pass-threshold 0.5 \
184
+ --lowqual-threshold 0.1 \
185
185
--output-dir $OUTPUT_DIR
186
186
187
187
\end {lstlisting }
@@ -589,6 +589,9 @@ \section{Future development}
589
589
\item
590
590
Develop a version for deep sequencing cfDNA/ctDNA.
591
591
592
+ \item
593
+ Dockerize SomaticSeq
594
+
592
595
\end {itemize }
593
596
594
597
You can’t perform that action at this time.
0 commit comments