A convenience function to generate graphs based on the GO.db package
makeGOGraph
is a function to quickly convert any of the three Gene
Ontologies in GO.db into a graphNEL object where each edge is given a
weight of 1.
makeGOGraph(ont = c("bp","mf","cc"))
ont |
Specifies the ontology: "cc", "bp" or "mf". |
Marc Carlson
## makes a GO graph from the CC ontology f <- makeGOGraph("cc")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.