Hello,
I have a list of several base pair locations (each have a start and end base pair). Eg: Chr:17, BasePair1: 26804211 , BasePair2: 26818676
And I am looking to find all possible annotations including gene name, known SNPs , microRNA etc between these two base pair locations (the region need not be in the exonic region, it can be any region in the genome)
I'm trying to sort of get a comprehensive understanding of the region from the annotation.
I can create a GRanges
object with my input, and can start with the "TxDb.Hsapiens.UCSC.hg19.knownGene
" to get gene names.
Can anyone suggest similar packages for me to get any other annotation information ?
Thanks, K
Quick follow up question
I believe using this command below, it links to the latest genome reference GrCh38.
Could you tell me how to change setting to the GRch37 Ensembl ?
I believe this is it:
Yes, that should do it. You can also do this using the standard
useMart()
function, and specifying one of the ensembl archives as the host. This is a little more flexible thanuseEnsembl()
So for GRCh37 you would use:You could also query the oldest mirror availabe (from May 2009) with: