Hello Guys,
I would like to ask that if it is possible to find all the Clinvar pathogenic mutations in a given genomic interval. After an RNA-seq analysis, I got more than 100 genomic intervals as a BED file and I didn't find an easy way to find all the pathogenic mutations in the genomic intervals. Any help would be appreciated.
Thank you,
You can download the VCF from ClinVar and then use
tabix
to retrieve all variants overlapping with your intervals. From there on, filter for variant classification being pathogenic.Thank you for assistance, I ve downloaded Clinvar records as VCF, but tabix is not working properly for the overlapping. I' ve sorted VCF and Bed files but appearing some errors such as "[ti_index_core ] the file out of order at line 5" . Should I remove the header lines of VCF?