Is it possible to annotate each person individually with VEP?
1
0
Entering edit mode
21 months ago

I'm running variant effect predictor on VCF with 100 individuals. Is there a build in way to annotate each sample separately and make stats out of it, e.g. distribution of number of pathogenic variants in the population of individuals?

VEP • 562 views
ADD COMMENT
1
Entering edit mode

split the vcf per sample and annotate. Splitting vcf files to individual samples

ADD REPLY
0
Entering edit mode
21 months ago
LChart 3.9k

VEP annotates variants; not individuals, so you'll be getting the same variant-level annotations. It's more efficient to annotate the vcf; then split it out per sample for statistics -- or you could use bcftools query in combination with bcftools stats -s <sample_id> to compute such counts without needing to split out individual VCFs. (Or: Use a vcf library in your language of choice for fine control of filters)

ADD COMMENT

Login before adding your answer.

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