obo_relations: Functions to display relationships of an 'OBOSet' object

Description Usage Arguments Value Examples

Description

These functions will display the relationships (children, parents, or ancestors) for either the elements or the sets of an OBOSet object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

oboset

The OBOSet of interest.

Value

A 2 column tibble.

Examples

 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)

BiocSet documentation built on Nov. 8, 2020, 7:48 p.m.