REFSEQ identifiers XP_047XXXXXX do not have ENTREZID within org.Hs.eg.db
1
0
Entering edit mode
mengs • 0
@c392ffd7
Last seen 19 months ago
United States

Dear All,

I run the following code with my dataset res in order to transfer REFSEQ identifiers into ENTREZIDs. It was successful. However, about 30,000 of REFSEQ IDs like XP_047XXXXXX (for example, XP_047283139, XP_047284854, XP_047293471...) did not return ENTREZIDs. I randomly checked some of these REFSEQ at NCBI databases, and found that they do have ENTREZIDs.

Could you please tell me whether org.Hs.eg.db has REFSEQ IDs like XP_047XXXXXX? If yes, whether these REFSEQ IDs have the corresponding ENTREZIDs within org.Hs.eg.db? How to transfer these REFSEQ IDs into ENTREZIDs?

res$entrez = mapIds(org.Hs.eg.db,
                    keys=row.names(res), 
                    column="ENTREZID",
                    keytype="REFSEQ",
                    multiVals="first")
org.Hs.eg.db • 591 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 55 minutes ago
WEHI, Melbourne, Australia

The RefSeq IDs you show in your question are protein isoform IDs. org.Hs.eg.db contains gene IDs. It does not contain protein isoform IDs.

ADD COMMENT

Login before adding your answer.

Traffic: 925 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