[BioC] GO & KEGG
John Zhang
jzhang at jimmy.harvard.edu
Wed Apr 28 14:25:10 CEST 2004
>Could anyone point me in the direction of the GO & KEGG packages
>(tar files or something similar ?)
>Or are they part of annbuilder ?
>I'm having a bit of difficulty locating them
Through a web browser:
Go to the MetaData section of Bioconductor. The two packages are at the bottom
portion of the list for metaData.
In R:
library(reposTools)
install.packages2("GO") # gets you version 1.5.0
install.packages2("GO", develOK = TRUE) # gets you version 1.5.1
1.5.1 is the developmental version.
More information about the Bioconductor
mailing list