Read an OBO file
Read an Open Biological and Biomedical Ontologies (OBO) formatted file
getOBO(x)
x |
Path to a file in OBO format. |
A TidySet object.
The format is described here
oboFile <- system.file( package = "BaseSet", "extdata", "go-basic_subset.obo" ) gs <- getOBO(oboFile) head(gs)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.