ontoMultiMinimal | R Documentation |
get the minimal ontology tree of a list of seurat objects by reducing descendant terms to ancestor terms return a named list of seurat objects with meta.data[["cell_ontology_base"]] storing the reduced ontology annotation
ontoMultiMinimal(obj_list, ont, anno_col = "cell_ontology_base", onto_id_col)
obj_list |
a named list of seurat objects |
ont |
ontologyIndex object |
anno_col |
the cell ontology text annotation column name |
onto_id_col |
if also have ontology id column for direct mapping |
a named list of seurat objects with meta.data[["cell_ontology_base"]]
## Not run:
ontoMultiMinimal(seurat_obj_list, ont, "cell_ontology_base", 'ontology_id')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.