Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

mutect2 results

0

1 comment

  • Avatar
    Gökalp Çelik

    Hi Liroz Hafouta

    NALOD annotation is better explained here in the document in our github repository. More of our annotations can be found in this document as well.

    https://github.com/broadinstitute/gatk/blob/master/docs/mutect/mutect.pdf 

    In summary Mutect2 applies a somatic model to the normal sample to detect the presence of possible artifacts that is present in the tumor sample. This value is a P value calculated by the somatic likelihoods and returned as a negative log 10 value for simplicity. This value is then used by FilterMutectCalls tool to apply somatic filters onto the raw Mutect2 VCF. The filter applied for the NALOD can be adjusted by the parameter 

    --normal-p-value-threshold <Double>
                                  P value threshold for normal artifact filter  Default value: 0.001.

    in the FilterMutectCalls tool. So any sites that have NALOD value 3 or more will get filtered with Normal artifact filter. If NALOD value is less than 3 then p value gets less significant for the filtering based on the default value. If you wish to set this default value as 0.05 that means any artifact in normal with NALOD 1.3 or more will get filtered (you may calculate this conversion by log10(pvalue)*-1).

    As for the clinical study the you need to confirm the presence of variants with orthogonal methods like sanger sequencing or qPCR, resequencing etc... 

    I hope this helps. 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk