get_ontology {ontologyIndex} | R Documentation |
Read ontology from OBO file into R
Description
Read ontology from OBO file into R
Usage
get_ontology(
file,
propagate_relationships = "is_a",
extract_tags = "minimal",
merge_equivalent_terms = TRUE
)
get_OBO(
file,
propagate_relationships = "is_a",
extract_tags = "minimal",
merge_equivalent_terms = TRUE
)
Arguments
file |
File path of OBO formatted file. |
propagate_relationships |
Character vector of relations |
extract_tags |
Character value: either "minimal" or "everything", determining whether to extract only the properties of terms which are required to run functions in the package - i.e. |
merge_equivalent_terms |
Logical value determining whether terms that are marked |
Value
ontology_index
object.