powered by
Plot a tree representation of ontology terms
plotOntoTree( ont, onts, plot_ancestors = TRUE, ont_query = NULL, roots = c("CL:0000548"), ... )
an ontology tree plot
ontology object
ontology ids to plot
if plot ancestors or not
query ontology to highlight in the tree
root ontology in tree, default "animal cells" in cell ontology
additional parameters for ontologyPlot::onto_plot
if (FALSE) { plotOntoTree(ont = ont, onts = c("CL:0000066", "CL:0000082"), ont_query = c("CL:0000082")) }
Run the code above in your browser using DataLab