get_ontology | R Documentation |
Read ontology from OBO file into R
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
)
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 |
ontology_index
object.
get_relation_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.