Hi
I have called somatic mutations using GATK-Mutect2 pipeline and annotated the passed filtered VCF file using VEP annotator into a MAF format. I want to identify all the biallelic somatic mutations for the MAF file. Is it right if I consider that when the allele frequency is more the 0.5 then its biallelic? However, the annotated MAF file doesn't have any tumor variant allele frequency (t_VAF). If I calculate the t_VAF using the below formula:
VAF=t_altcount/(t_altcount + t_refcount)
It is showing up different numbers for example, for a mutation, the t_ref_count is 134 t_alt_count is 3 for my MAF file then the t_VAF would be 3.0.
So how do I know if a mutation is biallelic or monoallelic?
There are some other information in the MAF file like:
Reference_Allele Tumor_Seq_Allele1 Tumor_Seq_Allele2 dbSNP_RS Match_Norm_Seq_Allele1 Match_Norm_Seq_Allele2 G G A rs1569861706 G G
What does Tumor_Seq_Allele1 Tumor_Seq_Allele2 represents? I have checked in the GDC MAF file documentation but did not understand.
Please let me how to call a mutation biallelic or monoallelic?
Thank you.
Regards,
Tanay
Three comments