Entering edit mode
Tim Smith
★
1.1k
@tim-smith-1532
Last seen 10.2 years ago
Hi,
I was trying to get the genes annotated to the GO term "GO:0031281".
My code:
library(org.Hs.eg.db)
genes <- get("GO:0031281", org.Hs.egGO2EG)
When I run the code, I get:
> genes <- get("GO:0031281", org.Hs.egGO2EG)
Error in .checkKeys(value, Rkeys(x), x@ifnotfound) :
value for "GO:0031281" not found
If I check in AMIGO for this GO term, it seems to have many gene
products for Homo sapiens. Am I doing something wrong? Is there an
alternate package that I can try, just to double check the results?
thanks!
[[alternative HTML version deleted]]