I have a dataframe with chromosome name , start position, end position (only! no other identifier) of CpG islands from the mouse genome (mm10 coordinates). Is there a function with which I can retrieve the related ensembl gene ids?
I suppose getBM from the bioMart package would do the job , but how should I use it with no identifier as a value or filter?
Maybe it's a really simple question but I am kind of stacked here!
Thanks in advance!
I guess i have to make a mapping of my CpG coordinates with a mouse gene annotation, that's what i am missing, right? And then find the gene_ids from there!
Can I get a copy of your dataframe? I am looking for Cpgislands in mm9 for my analysis, but don't really know how or where to get the data. If you could save your dataframe as a .Rds file (R binarization), then I can download it. Thanks