Description Usage Arguments Value Examples
Parses .obo format file (open biomedical ontologies), returns list contains GO term ontology relation data, GO terms real names, GO terms namespaces
1 | read_obo(obopath)
|
obopath |
path to the .obo format file |
lists that contain GO terms ancestry data, names for GO terms, and corresponding namespace for each GO term
1 2 | go_path <- system.file("extdata", "goslim_plant.obo", package = "fsgor")
read_obo(go_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.