Clinvar Mapping
1
0
Entering edit mode
13 months ago
Shweta • 0

I have a list of genes. I want to identify reported variants using the ClinVar database. Can anyone help me with how can i automate clinvar mapping to classify my gene list with their associated variants - [athogenic, likely pathogenic, and benign?

gene Clinvar Mapping • 469 views
ADD COMMENT
0
Entering edit mode
13 months ago

get a BED file for your bed.

get the indexed VCF for clinvar: https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/

Query the VCF for clinvar using bcftools view --regions-file genes.bed clinvar.vcf.gz

ADD COMMENT

Login before adding your answer.

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