Why thank you, sir!!
I'm looking to work out if any of a large list of SNPs occur within the genomic range of any gene. The coordinates I have for the SNPs, however, are in GRCh37. I have the EnsDb.Hsapiens.v86 object in R, which provides a full list of genes and their genomic ranges, which is exactly what I need, however, all coordinates for the object are given in GRCh38. Is there an equivalent package/object for GRCh37? Or another method for mapping SNPs to the genes whose genomic ranges they occur within?
3 answers
This version of the same package is the latest (last) release for GRCh37.
The last full annotation of GRCh37 by NCBI RefSeq was back in 2014. However, an interim annotation was run in 2017 and you can download those data in GFF3 format here: ftp://ftp.ncbi.nlm.nih.gov/genomes/Homo_sapiens/GRCh37.p13_interim_annotation/
You can also give a try to snpefff and Variant Effect Predictor.
Log in to answer this question.
Did you try Ensembl Biomart ?