Description Usage Arguments Value Examples
A class representing the 'OBO' file format as a BiocSet.
1 | OBOSet(elementset, element, set, metadata)
|
elementset |
A tibble with element set information. |
element |
A tibble with element information. |
set |
A tibble with set information. |
metadata |
A tibble with key-value pairs describing OBO file format header data |
An S4 OBOOSet
object. OBO sets conform to the 'obo'
file format, with OBO 'Term' entries corresponding to
elements. Parent / child relationships (e.g., 'is_a') are
summarized as 'parents', 'ancestors', and 'children' character
list columns of 'set'.
1 2 3 | OBOSet()
oboFile <- system.file(package = "BiocSet", "extdata", "sample_go.obo")
import(oboFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.