affylmGUI and annotate problem?
1
0
Entering edit mode
@anand-c-patel-994
Last seen 9.6 years ago
OK. I have R 2.1 installed. Have "all" of bioconductor installed. Most everything works as expected, excepting that when I try to use affylmGUI, it works (including the GCRMA support, which is great), until the point where the probes are matched to the annotations. At that point I get a string of error messages including: Error in mget(ls(cdfenv),env = mgu74av2GENENAME) : Object "mgu74av2GENENAME" not found It downloads the annotation files on its own, and does so successfully. What is causing this? Thanks, Anand C. Patel, MD Fellow, Pediatric Pulmonology St. Louis Children's Hospital acpatel@usa.net
Annotation gcrma Annotation gcrma • 576 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 56 minutes ago
United States
Anand C.Patel wrote: > OK. I have R 2.1 installed. Have "all" of bioconductor installed. Most > everything works as expected, excepting that when I try to use affylmGUI, it > works (including the GCRMA support, which is great), until the point where the > probes are matched to the annotations. At that point I get a string of error > messages including: > > Error in mget(ls(cdfenv),env = mgu74av2GENENAME) : > Object "mgu74av2GENENAME" not found > > It downloads the annotation files on its own, and does so successfully. > > What is causing this? It's due to a change in how the annotation packages are being built that hasn't been completely resolved as yet. A simple solution is to paste the following code in your R session after you have attached the mgu74av2 annotation package. files <- scan(file.path(.path.package("mgu74av2"),"data","filelist"), what="character") files <- as.list(sub("\\.rda$", "", files[-1])) myEnv <- as.environment("package:mgu74av2") data(list = files, envir = myEnv) Then you should be able to proceed as normal. HTH, Jim > > Thanks, > Anand C. Patel, MD > Fellow, Pediatric Pulmonology > St. Louis Children's Hospital > acpatel@usa.net > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109
ADD COMMENT

Login before adding your answer.

Traffic: 1094 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