getOntoMultiMapping {scOntoMatch} | R Documentation |
Match descendants to ancestors in multiple ontology id lists
Description
Match descendants to ancestors in multiple ontology id lists
Usage
getOntoMultiMapping(ont, onts)
Arguments
ont |
ontologyIndex object |
onts |
named list of ontology ids |
Value
a named character of mapping from:mapping to
Examples
## Not run:
getOntoMultiMapping(ont = ont, onts = c("CL0000548", "CL:0000066", "CL:0000082"))
## End(Not run)
[Package scOntoMatch version 0.1.1 Index]