ontoTranslate | R Documentation |
translate named list of obj_list to named list of cell ontology ids per obj
ontoTranslate(obj_list, ont, onto_id_col, anno_col)
obj_list |
a named list of seurat object |
ont |
ontologyIndex object |
onto_id_col |
if also have ontology id column for direct mapping |
anno_col |
the cell ontology text annotation column name |
a named list of cell ontology ids
## Not run:
ontoTranslate(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.