powered by
Plot a ontology tree with matched ontology from ontoMatch
plotMatchedOntoTree( obj_list, ont, anno_col = "cell_ontology_mapped", onto_id_col, roots = c("CL:0000548"), ... )
a lit of matched ontology tree plot
a list of seurat obj files as the output of ontoMatch
ontology object
the cell ontology text annotation column name
if also have ontology id column for direct mapping
root ontology in tree to plot, default "animal cells" in cell ontology
additional parameters for ontologyPlot::onto_plot
if (FALSE) { plotMatchedOntoTree(seurat_obj_list, ont, 'cell_ontology_mapped', 'ontology_id') }
Run the code above in your browser using DataLab