Rdocumentation
powered by
Learn R Programming
ontologyIndex (version 2.2)
get_term_property: Get property of individual ontological term
Description
Get property of individual ontological term
Usage
get_term_property(ontology, property_name, term, as_names = FALSE)
Arguments
ontology
ontology_index
object.
property_name
Name of property.
term
Character value of term ID.
as_names
Logical value determining whether to return character vector of names (defaults to
FALSE
).