| getGOGraph {GOSim} | R Documentation |
Returns a graphNEL object representing the GO graph with leaves specified in the argument.
getGOGraph(term)
term |
character vector of GO terms |
The result is computed within the currently set ontology ("BP","MF","CC").
graphNEL object
directly calls the function GOGraph in the "GOstats" library
Holger Froehlich
## Not run:
G=getGOGraph(c("GO:0006955","GO:0007584"))
library(Rgraphviz)
plot(G)
## End(Not run)