Description Usage Arguments Author(s) See Also Examples
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.
1 | makeGOGraph(ont = c("bp","mf","cc"))
|
ont |
Specifies the ontology: "cc", "bp" or "mf". |
Marc Carlson
1 2 | ## makes a GO graph from the CC ontology
f <- makeGOGraph("cc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.