Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getOBO

Read an OBO file


Description

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

Usage

getOBO(x)

Arguments

x

Path to a file in OBO format.

Value

A TidySet object.

References

The format is described here

See Also

Other IO functions: getGAF(), getGMT()

Examples

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

BaseSet

Working with Sets the Tidy Way

v0.0.16
MIT + file LICENSE
Authors
Lluís Revilla Sancho [aut, cre] (<https://orcid.org/0000-0001-9747-2570>), Zebulun Arendsee [rev], Jennifer Chang [rev]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.