getOntoMapping | R Documentation |
match ontology terms by direct mapping and mapping descendants to ancestors
getOntoMapping(ont, onts1, onts2)
ont |
the ontology object from get_OBO |
onts1 |
a character vector of ontology id |
onts2 |
a character vector of ontology id |
a named list for ontology id mapping looks like ontology_id:ontology_id
## Not run:
getOntoMapping(ont = ont, onts1 = "CL:0000548", onts2 = c("CL0000548", "CL:0000066"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.