Gene annotation outputs NA values for real genes
Hello everyone,
I have noticed that I was removing with the na.omit() function many known genes that were not successfully annotated with annotationdbi.
res$symbol <- mapIds(org.Mm.eg.db,
keys=row.names(res),
column="SYMBOL",
keytype="ENSEMBL",
multiVals="first")
do you have any ideas why is this happening, by any chance?
• 1,226 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Can you provide some example gene IDs? - grazie mille.