How can I find out what genes are located next or in the aforementioned coordinates? I would like to get a refseq name and not the ensemble names such as ENSMUSG00000093178 or NM_00234
A simple Table Browser search of these regions do the trick, unless you need something more robust and for larger sets of data (NM_ is the refseq as mentioned above)?
choose species and assembly
choose genes and gene prediction
choose refseq and ref gene
define regions above
output format: selected fields (choose at minimum gene name and alternative)
Gives a table delimited text file of gene names. For example, region above chr1:9933699-9934385 (assuming human, hg19) gives (cleaned for display purposes):
If you want to get a gene official name rather than an accession number, then (assuming these coordinates are on Homo sapiens), you could have a look at this.
thank you very much!
however is there a way by using R (since everything that I am doing is in R)....
i have my coordinates in IRanges or a data.frame (if this can help you)
thank you in advance
best regards Lena