Description Usage Arguments Value Examples
These functions will display the relationships (children,
parents, or ancestors) for either the elements or the sets of an
OBOSet
object.
1 2 3 4 5 6 7 8 9 10 11 | 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.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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.