Learn R Programming

scOntoMatch (version 0.1.1)

ontoTranslate: translate named list of obj_list to named list of cell ontology ids per obj

Description

translate named list of obj_list to named list of cell ontology ids per obj

Usage

ontoTranslate(obj_list, ont, onto_id_col, anno_col)

Value

a named list of cell ontology ids

Arguments

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

Examples

Run this code
if (FALSE) {
ontoTranslate(seurat_obj_list, ont, 'ontology_name', 'ontology_id')
}

Run the code above in your browser using DataLab