obo_relations | R Documentation |
OBOSet
objectThese functions will display the relationships (children,
parents, or ancestors) for either the elements or the sets of an
OBOSet
object.
oboset_element_children(oboset)
oboset_element_parents(oboset)
oboset_element_ancestors(oboset)
oboset_set_children(oboset)
oboset_set_parents(oboset)
oboset_set_ancestors(oboset)
oboset |
The |
A 2 column tibble.
oboFile <- system.file("extdata", "sample_go.obo", package = "BiocSet")
obo <- import(oboFile)
oboset_element_children(obo)
oboset_element_parents(obo)
oboset_element_ancestors(obo)
oboset_set_children(obo)
oboset_set_parents(obo)
oboset_set_ancestors(obo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.