Which chromosome a gene belongs to, in human?
Hi all,
I have a list of human genes (ENTREZ gene ID).
I would like to know the location of each gene.
i.e. : gene 8639 -> Chromsome 17.
I use R.
Cheers
• 3,264 views
•
link
2 answers
May biomaRt help? http://www.bioconductor.org/packages/release/bioc/html/biomaRt.html
• 0 views
•
link
Log in to answer this question.
Using Org.Hs.eg.db :
Thank you all Guys !