VCF file CSQ flag
0
0
Entering edit mode
10 months ago
Payal ▴ 160

Hello,

I am new to exome sequencing. I ran GATK4 and have a g.VCF file. I used VEP to annotate the gVCF file. I have a couple of questions.

  1. I noticed not all the rows(variants) have the CSQ flag. Is that normal? Or I missed something? [I used --coding_only in VEP along with other options]
  2. What the main things to look for in a vcf file to get meaningful information out of the vcf file and what tools to use for that? [I don't have a specific list of genes to look for right now]

Thanks,
Payal

vcf exome-sequencing • 1.0k views
ADD COMMENT
0
Entering edit mode

a g.VCF file

A .vcf file or a gvcf file?

ADD REPLY
0
Entering edit mode

Its a gvcf file

#CHROM  POS ID  REF ALT QUAL    FILTER  INFO    FORMAT  S101    S102    S103    S104    S105    
ADD REPLY
1
Entering edit mode

A gvcf files has blocks for both variant loci and non-variant loci, so you won't see a CSQ for each record, only for those variant loci with an actual consequence to the variation. Since you use the --coding-only flag, the number of sites with annotations will be even fewer.

ADD REPLY
0
Entering edit mode

this makes sense

ADD REPLY
0
Entering edit mode

if your talking about the gvcf produced by HaplotypeCaller with ERC=GVCF, you don't annote g.vcf files , you must first merge the g.vcf.files with CombineGVCFs and then call GenotypeGVCFs

ADD REPLY
0
Entering edit mode

True, but it's not technically impossible to annotate GVCFs, which is why I did not address that point.

ADD REPLY
0
Entering edit mode

I am sorry. I should have been clear. I actually did run CombineGVCFs and then call GenotypeGVCFs and this is my final vcf file.

ADD REPLY
1
Entering edit mode

Ignore my earlier point on gVCFs. If you ran GenotypeGVCFs, you should already have regular VCF output. However, given you used --coding-only, only coding variants will be annotated.

ADD REPLY

Login before adding your answer.

Traffic: 2004 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