Extracting imputation (INFO) quality scores for specific SNPs from VCF files
2
0
Entering edit mode
6.1 years ago
e.jabbari • 0

Would be very grateful for help.

I have a VCF.gz file for imputed SNP data. I know for a fact that this file contains imputation (INFO) quality scores as in a subsequent QC step I've used bcftools to only keep SNPs with an INFO score >0.70 bcftools view -Ou -i 'INFO>0.7'

However, I am struggling to understand how to view the actual INFO score for an individual SNP from the VCF.gz file.

Any ideas!?

Genotype Imputation • 4.3k views
ADD COMMENT
1
Entering edit mode
6.1 years ago

I am struggling to understand how to view the actual INFO score for an individual SNP

try to use

bcftools query

https://samtools.github.io/bcftools/bcftools.html

ADD COMMENT
0
Entering edit mode
6.1 years ago
e.jabbari • 0

Thanks for replying Pierre. Unfortunately I've already tried to find the solution in the manual but have had no luck. Thanks for your time.

ADD COMMENT

Login before adding your answer.

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