This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

clinvar

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"

Log in to answer this question.