GOBASE: Bioconductor annotation data package

Description See Also Examples

Description

Welcome to the GO.db annotation Package. The purpose of this package is to provide detailed information about the latest version of the Gene Ontologies. This package is updated biannually.

Objects in this package are accessed using the select() interface. See ?select in the AnnotationDbi package for details.

See Also

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## select() interface:
## Objects in this package can be accessed using the select() interface
## from the AnnotationDbi package. See ?select for details.
columns(GO.db)

## Bimap interface:
## The 'old style' of interacting with these objects is manipulation as 
## bimaps. While this approach is still available we strongly encourage the
## use of select().
ls("package:GO.db")

VincentL5201/GO.db documentation built on May 31, 2019, 5:10 p.m.