GO & KEGG
2
0
Entering edit mode
Jason Skelton ▴ 510
@jason-skelton-135
Last seen 9.6 years ago
Hi everyone 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 Many thanks Jason -- -------------------------------- Jason Skelton Pathogen Microarrays Wellcome Trust Sanger Institute Hinxton Cambridge CB10 1SA Tel +44(0)1223 834244 Ext 7123 Fax +44(0)1223 494919
GO AnnBuilder GO AnnBuilder • 1.2k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
Jason, I think you can get them from bioconductor using the getBioC script. getBioC(libName="annotation",relLevel="devel") You can source this directly from bioconductor by: source("http://www.bioconductor.org/getBioC.R") Sean On 4/28/04 6:05 AM, "Jason Skelton" <jps@sanger.ac.uk> wrote: > Hi everyone > > > 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 > > Many thanks > > Jason >
ADD COMMENT
0
Entering edit mode
John Zhang ★ 2.9k
@john-zhang-6
Last seen 9.6 years ago
>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.
ADD COMMENT

Login before adding your answer.

Traffic: 512 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6