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

GVCF vs VCF INFO tags, relevance for filtering RNAseq SNPs

Answered
0

4 comments

  • Avatar
    Genevieve Brandt (she/her)

    Thank you for your post, thomas welch! I want to let you know we have received your question. Our GATK support team goes through the Community Discussion questions in the order they are received - we'll get back to you if we have any updates or follow up questions. 

    Please see our Support Policy for more details. 

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

    Hi thomas welch,

    Thanks for your question! Yes, GVCF files and VCF files have different info tags. You can find examples of these files in our documents about them: GVCF - Genomic Variant Call Format & VCF - Variant Call Format.

    Yes, the RNA seq best practices involves running HaplotypeCaller with the default parameter -ERC NONE, which will output a VCF instead of a GVCF. So, the steps of combining GVCFs and genotyping GVCFs is not needed. 

    If you want to genotype multiple samples you can do joint calling by running HaplotypeCaller in GVCF mode with this argument: -ERC GVCF. Then, you will combine your GVCFs using GenomicsDBImport or GenotypeGVCFs. Finally, you will run GenotypeGVCFs to get a multi sample VCF. Then, you can run VariantFiltration on this VCF.

    Let me know if this answers your question or if you have any other further questions.

    Best,

    Genevieve

    1
    Comment actions Permalink
  • Avatar
    thomas welch

    Hello Genevieve,

    Thank you very much for clarifying this for me.

    Kind Regards,

    Tom

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

    You're welcome!

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk