Open wangshun1121 opened 2 years ago
@wangshun1121 The allele fraction here is low enough that I'm not too surprised that a change in intervals affects it. However, the TLOD is high enough that I wish it were called regardless of intervals. I will take a look at your bams if I get the time to do so but most of my efforts are on the next version of Mutect and unfortunately that does mean some neglect of Mutect2.
GATK version: gatk-4.2.3
I have two bam files:
Tumor.bam
is cfDNA data, andNormal.bam
were reads from white blood cells.There's a variant C to G at
chr7:116795782
(hg38), I can get this variant using following command:and I can get the variant I want in
output.vcf
Then, I add 4 exon regions next to the exon where my variant is in
interval_list.bed
:and I use similar GATK command line:
and the variant I want at
chr7:116795782
LOST:Two bam files are in my following
bams.zip
: bams.zip