get_OntologyNode: get_OntologyNode

Description Usage Arguments Value Examples

View source: R/queries.R

Description

get_OntologyNode

Usage

1
2
3
4
5
6
7
get_OntologyNode(
  compendium = "vespucci",
  normalization = "tpm",
  originalId = "PO_0009005",
  ontology_Name = "Plant ontology",
  descendantOf = NULL
)

Arguments

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

Value

A data.frame

Examples

1
2
3
4
5
6
7
## Not run: 
root <- get_OntologyNode(normalization = "tpm", originalId = "PO_0009005",
ontology_Name = "Plant ontology")
root_terms <- get_OntologyNode(normalization = "tpm",
descendantOf = "T250b2xvZ3lOb2RlVHlwZToyMzg4Nzk0")

## End(Not run)

onertipaday/rcompass documentation built on Sept. 18, 2021, 5:13 p.m.