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.
AnnotationDb-class
for use of
keys()
, columns()
and select()
.
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.