A few questions about variant calling not clear to me
1
0
Entering edit mode
2.3 years ago

I first apologise if these are obvious questions to many, but it's unclear to me the following:

  1. The process of variant calling does not necessarily retrieve all variants in the genome? I am asking this because I have tested some sample data from WES. I used the VCFs files provided in a website. I am interested in only a portion of all the genome's variants (200k). When I filter those by rsid in the WES VCFs, only very few are retrieved (15k).
  2. Does the number of retrieved variants depend on the coverage? That means, the higher the coverage, the higher chance I'll get the variants I am interested in sequenced.
  3. I am also thinking that there could be naming issues between the rsid in the VCFs and my rsids?. Is therefore better to subset the VCFs based on positions?

Thanks a lot for your time.

vcf • 785 views
ADD COMMENT
0
Entering edit mode
2.2 years ago

The process of variant calling does not necessarily retrieve all variants in the genome?

it depends of the arguments of your caller, but the most frequent answer is NO

When I filter those by rsid in the WES VCFs, only very few are retrieved

you won't find them if your rs## variant is rare

Does the number of retrieved variants depend on the coverage?

it shouldn't but the higher is the coverage, the higher will be to find the difference between the real variation and the background noise in the reads.

I am also thinking that there could be naming issues between the rsid in the VCFs and my rsids

you shouldn't use the rs# id as a unique identifier for your variants. rs## can be deprecated, badly associated, etc... https://github.com/broadinstitute/gnomad-browser/blob/0f6623739f5b8a090dded09a4a151b178220c49a/browser/src/VariantPageRouter.js#L82

ADD COMMENT
0
Entering edit mode

Thank you very much! This has been helpful.

ADD REPLY
0
Entering edit mode

May I ask which tools would be most efficient for filtering desired variants? I was thinking bedtools but I am not too sure, I have never used it with VCFs

ADD REPLY
1
Entering edit mode

bcftools , gatk SelectVariants, ...

ADD REPLY

Login before adding your answer.

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