org.Hs.eg.db {org.Hs.eg.db}R Documentation

Bioconductor annotation data package

Description

Welcome to the org.Hs.eg.db annotation Package. This is an organism specific package. The purpose is to provide detailed information about the species abbreviated in the second part of the package name org.Hs.eg.db. 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

## select() interface:
## Objects in this package can be accessed using the select() interface
## from the AnnotationDbi package. See ?select for details.
columns(org.Hs.eg.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:org.Hs.eg.db")

[Package org.Hs.eg.db version 3.5.0 Index]