make_eg_to_go_map | R Documentation |
Create a new map object mapping Entrez ID to GO (or vice versa) given a chip annotation data package.
This is a temporary solution until a more general pluggable map solution comes online.
make_eg_to_go_map(chip)
chip |
The name of the annotation data package. |
Either a Go3AnnDbMap
or a RevGo3AnnDbMap
.
Seth Falcon and Hervé Pagès
library("hgu95av2.db")
eg2go = make_eg_to_go_map("hgu95av2.db")
sample(eg2go, 2)
go2eg = make_go_to_eg_map("hgu95av2.db")
sample(go2eg, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.