powered by
This is a temporary solution until a more general pluggable map solution comes online.
make_eg_to_go_map(chip)
Go3AnnDbMap
RevGo3AnnDbMap
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)
Run the code above in your browser using DataLab