powered by
Read an Open Biological and Biomedical Ontologies (OBO) formatted file
getOBO(x)
A TidySet object.
Path to a file in OBO format.
The format is described here
Other IO functions: getGAF(), getGMT()
getGAF()
getGMT()
oboFile <- system.file( package = "BaseSet", "extdata", "go-basic_subset.obo" ) gs <- getOBO(oboFile) head(gs)
Run the code above in your browser using DataLab