How do I extract references from ClinVar for all variants in individual gene?
How do I extract references from ClinVar - for ALL variants in individual gene? Is it possible to expand the Review Status column with more details during export?
• 1,192 views
•
link
1 answer
get a bed file for your genes and use tabix:
tabix --regions genes.bed "https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/clinvar.vcf.gz"
• 0 views
•
link
Log in to answer this question.