read_obo: Read and parse obo (Open Biomedical Ontologies) files

Description Usage Arguments Value Author(s) Examples

Description

Reads and parses obo files.

Usage

1
read_obo(obo_file)

Arguments

obo_file

a character vector pointing to the obo file to read.

Value

Outputs a list of class 'ontology'.

Author(s)

Daniel Lindholm

Examples

1
2
3
4
5
# This example downloads the most recent disease ontology obo file
# and converts it to an R list:

doid <- read_obo("http://purl.obolibrary.org/obo/doid.obo")
head(doid)

dlindholm/oboe documentation built on May 15, 2019, 9:18 a.m.