Entering edit mode
4.4 years ago
Mozart
▴
330
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?
Can you provide some example gene IDs? - grazie mille.