GATK variant calling
0
0
Entering edit mode
3.7 years ago
geneart$$ ▴ 50

Hi there,

I am working with GATK best practices pipeline and am at a point of making a joint call on vcfs across all my samples in my cohort. I intend to do a germ line analysis.

I may be over thinking here but I had these questions:

  1. I want to specifically screen variants in certain genes only. Do I need to still merge vcfs ( joint call) that contain not only variants in the genes of interest but also other variants in other regions ? what I meant is can I just extract variants from chromosomal locations that span my genes of interest and use those vcfs to do a joint call? probably quicker to do.

OR

  1. do I need to go ahead and do a joint call on the entire vcf across my cohort and take it to vqsr and then extract my variants in my region of interest? this seems overkill but not sure if I will miss anything if I strictly do a selective extraction as mentioned above?

Why unnecessarily run the computation time and resources if it is not necessary. Any guidance is greatly appreciated !!

Thank you in advance for your time and I appreciate your intent to help !

next-gen variant calling GATK • 1.1k views
ADD COMMENT
0
Entering edit mode

Do you have a bed file for your regions of interest? You can provide it using the -L argument, this will save you some time. To merge your vcf's, you can use vcf-merge from vcftools to do this task.

ADD REPLY
0
Entering edit mode

@brunobsouzaa, thankyou for your reply . Yes I have a bed file. So I dont have to do jointcalls from GATK then, is what you are suggesting?

ADD REPLY
0
Entering edit mode

You can do a joint call, if you want to... Depends on how many vcf files do you have! But if don't you have the option to use vcf-merge

ADD REPLY

Login before adding your answer.

Traffic: 1780 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6