ontoMultiMatch | R Documentation |
Core function of scOntoMatch Match the ontology annotation of multiple seurat objects
ontoMultiMatch(obj_list, anno_col, onto_id_col, ont)
obj_list |
a namesd list of seurat objects to match |
anno_col |
the cell ontology text annotation column name |
onto_id_col |
if also have ontology id column for direct mapping |
ont |
ontologyIndex object |
a list of seurat objects with annotation ontology mapped to each-other in obs[['cell_ontology_mapped']]
## Not run:
ontoMultiMatch(seurat_obj_list, ont, "ontology_name", 'ontology_id')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.