Entering edit mode
5.7 years ago
9521ljh
▴
50
Hi
i have normal-tumor.mpileup
i command on Linux:
java -jar Varscan.jar somatic Normal_tumor.remove0read.mpileup Somatic --mpileup 1 --output-vcf 1
output:
127,956 – Germline
8,593 – LOH
3,464 – Somatic
760 – Unknown
and i do ProcessSomatic which separate files based on somatic status and confidence:
java -jar Varscan.jar processSomatic Somatic.snp.vcf
java -jar VarScan.jar processSomatic Somatic.indel.vcf
output: 2572-Somatic / 377-Somatic
So i sum 2,572 + 377 = 2,909
Why number does not same? 2,909 != 3,464