Learn R Programming

BaseSet (version 0.0.17)

getOBO: Read an OBO file

Description

Read an Open Biological and Biomedical Ontologies (OBO) formatted file

Usage

getOBO(x)

Value

A TidySet object.

Arguments

x

Path to a file in OBO format.

References

The format is described here

See Also

Other IO functions: getGAF(), getGMT()

Examples

Run this code
oboFile <- system.file(
    package = "BaseSet", "extdata",
    "go-basic_subset.obo"
)
gs <- getOBO(oboFile)
head(gs)

Run the code above in your browser using DataLab