View source: R/ontology_topgo.R
hpgl_GOplot | R Documentation |
This allows me to change the line widths from the default.
hpgl_GOplot(
dag,
sigNodes,
dag.name = "GO terms",
edgeTypes = TRUE,
nodeShape.type = c("box", "circle", "ellipse", "plaintext")[3],
genNodes = NULL,
wantedNodes = NULL,
showEdges = TRUE,
useFullNames = TRUE,
oldSigNodes = NULL,
nodeInfo = NULL,
maxchars = 30
)
dag |
DAG tree of ontologies. |
sigNodes |
Set of significant ontologies (with p-values). |
dag.name |
Name for the graph. |
edgeTypes |
Types of the edges for graphviz. |
nodeShape.type |
Shapes on the tree. |
genNodes |
Generate the nodes? |
wantedNodes |
Subset of the ontologies to plot. |
showEdges |
Show the arrows? |
useFullNames |
Full names of the ontologies (they can get long). |
oldSigNodes |
I dunno. |
nodeInfo |
Hmm. |
maxchars |
Maximum characters per line inside the shapes. |
Topgo plot!
[topGO]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.