getOntoMinimal {scOntoMatch} | R Documentation |
match descendant terms to ancestor terms within a dataset
Description
match descendant terms to ancestor terms within a dataset
Usage
getOntoMinimal(ont, onts)
Arguments
ont |
the ontology object from get_OBO |
onts |
a character vector of ontology id |
Value
a named list for ontology id mapping looks like ontology_id:ontology_id
Examples
## Not run:
getOntoMinimal(ont = ont, onts = c("CL0000548", "CL:0000066", "CL:0000082"))
## End(Not run)
[Package scOntoMatch version 0.1.1 Index]