get_OntologyNode
get_OntologyNode( compendium = "vespucci", normalization = "tpm", originalId = "PO_0009005", ontology_Name = "Plant ontology", descendantOf = NULL )
| compendium | A string - the selected compendium |
|---|---|
| normalization | A string ('legacy' as default) |
| originalId | A string - the ontology term |
| ontology_Name | A string - the name of the selected ontology |
| descendantOf | A string - the id from the ontology term |
A data.frame
if (FALSE) { root <- get_OntologyNode(normalization = "tpm", originalId = "PO_0009005", ontology_Name = "Plant ontology") root_terms <- get_OntologyNode(normalization = "tpm", descendantOf = "T250b2xvZ3lOb2RlVHlwZToyMzg4Nzk0") }