plotOntoTree | R Documentation |
Plot a tree representation of ontology terms
plotOntoTree(
ont,
onts,
plot_ancestors = TRUE,
ont_query = NULL,
roots = c("CL:0000548"),
...
)
ont |
ontology object |
onts |
ontology ids to plot |
plot_ancestors |
if plot ancestors or not |
ont_query |
query ontology to highlight in the tree |
roots |
root ontology in tree, default "animal cells" in cell ontology |
... |
additional parameters for ontologyPlot::onto_plot |
an ontology tree plot
## Not run:
plotOntoTree(ont = ont, onts = c("CL:0000066", "CL:0000082"), ont_query = c("CL:0000082"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.