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

Variant calling for matched samples

Answered
0

3 comments

  • Avatar
    Shivangi Agarwal

    Hey Genevieve Brandt,

    Can you please spare some time to answer my query as mentioned above ? I need to run this analysis at the earliest.

     

     

    Thanks and regards

    Shivangi Agarwal

    0
    Comment actions Permalink
  • Avatar
    Genevieve Brandt (she/her)

    Shivangi Agarwal please see our support policy here: https://gatk.broadinstitute.org/hc/en-us/articles/360053845952-Forum-Guidelines

    We answer questions in the order they are recieved.

    0
    Comment actions Permalink
  • Avatar
    Genevieve Brandt (she/her)

    Hi Shivangi Agarwal,

    I can help to figure out the steps necessary to run your analysis! We have a best practices article for somatic short variant discovery, which outlines the steps that you should run to get results with your data. Each sample and normal pair should be run through this pipeline individually (unless the samples are from the same individual). Having normals for all your samples is excellent because you will get the best results in tumor-normal mode. Your Mutect2 command will look like this:

    gatk Mutect2 \
         -R reference.fa \
         -I tumor.bam \
         -I normal.bam \
         -normal normal_sample_name \
         --germline-resource af-only-gnomad.vcf.gz \
         --panel-of-normals pon.vcf.gz \
         -O somatic.vcf.gz

    You can find this command and more information about Mutect2 in the tool docs page and also our tutorial article as well. 

    Please let me know if you have further questions.

    Best,

    Genevieve

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk