Get a bunch of ENTREZID into gene symbols
2
0
Entering edit mode
4.7 years ago
Kai_Qi ▴ 130

Hi: Can anyone tell me some ways to convert ENTREZID into gene symbols. I get 450 or so ENTREZIDs after RNA-seq analysis in ER fraction. I want to convert them into gene symbols. I have tried DAVID gene conversion tools, but I only get 375 output even I input 450 there. Don't know why.

Thanks,

Cai

R gene RNA-Seq • 3.3k views
ADD COMMENT
3
Entering edit mode
4.7 years ago
piyushjo ▴ 700

Try biomart.

Website

https://useast.ensembl.org/info/data/biomart/index.html

R package

https://bioconductor.org/packages/release/bioc/vignettes/biomaRt/inst/doc/biomaRt.html

Use Gene symbol as filter and then entrez id as attribute.

ADD COMMENT
0
Entering edit mode

The biomart approach worked it out. Thank you!

ADD REPLY
0
Entering edit mode

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work.

Upvote|Bookmark|Accept

ADD REPLY
3
Entering edit mode
4.7 years ago
Ram 43k

Use org.Hs.eg.db in R. You should be able to use mapIds to get what you need. It is perfectly normal for the output to have more or fewer rows than the input, based on mapping between the IDs involved, but EntrezIDs -> HGNC symbols should be 1 to 0 or 1 mapping, so you should not see more output rows than input rows.

ADD COMMENT

Login before adding your answer.

Traffic: 2522 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6