read.obo: Read .obo File

Description Usage Arguments Details Value See Also Examples

View source: R/read.obo.R

Description

This function reads in gene ontology annotations from a .obo file

Usage

1
read.obo(filename='http://purl.obolibrary.org/obo/go.obo')

Arguments

filename

The name of a gene ontology data file in OBO format.

Details

By default, the argument filename links to the obo file at geneontology.org.

Value

A data.frame with three components:

GO.ID

GO Term ID

System

Ontology System

Term

GO Term

See Also

read.gaf

Examples

1
2
3
4
## Not run: 
x = read.obo()

## End(Not run)

mw201608/msigdb documentation built on Aug. 13, 2021, 10:42 p.m.