Hi,
I'd like to retreive all the genes belonging to a GO term.
I tried : (R language)
library(org.Hs.eg.db)
xx <- as.list(org.Hs.egGO2ALLEGS)
xx is a list of GO terms, and for each GO term there's a list of the corresponding genes with an "entrezID" format.
The problem is that when I check this output on other databases (GeneCards, etc...) I can't find the same results and correspondance between the genes and the GO term that I found with "org.Hs.eg.db".
Do you know a better way? Am I missing something here?
Thanks
Thanks Pierre. But GO terms in the list are not GO:0005216, why? I would have expected to have only a list of genes corresponding to this GO term.
because GO is a graph. All those GO-Ids are a children of GO:0005216 "ion channel activity"
e.g: "GO:0086061" is "voltage-gated sodium channel activity involved in bundle of His cell action potential"