Learn R Programming

scOntoMatch (version 0.1.1)

getOntoMinimal: match descendant terms to ancestor terms within a dataset

Description

match descendant terms to ancestor terms within a dataset

Usage

getOntoMinimal(ont, onts)

Value

a named list for ontology id mapping looks like ontology_id:ontology_id

Arguments

ont

the ontology object from get_OBO

onts

a character vector of ontology id

Examples

Run this code
if (FALSE) {
getOntoMinimal(ont = ont, onts = c("CL0000548", "CL:0000066", "CL:0000082"))
}

Run the code above in your browser using DataLab