problems with genome files?
1
0
Entering edit mode
Manu Bi ▴ 10
@manu-bi-969
Last seen 9.6 years ago
Dear all I am trying to analyse some U133 plus2 generated data but I have some problems and wondered if anyone can help. My code lines are: > x <- ReadAffy(myfiles) > x and I get the message: Note: You did not specify a download type. Using a default value of: Win32 This will be fine for almost all users Error in if ((is.null(deps)) || (length(deps) == 0) || (deps == "")) return(NULL) : missing value where TRUE/FALSE needed AffyBatch object size of arrays=1164x1164 features (127026 kb) cdf=HG-U133_Plus_2 (??? affyids) number of samples=12 Warning message: missing cdf environment ! in: show(structure(list(), exprs = structure(c(177, 17704, 184, 17894, Note: You did not specify a download type. Using a default value of: Win32 This will be fine for almost all users Error in if ((is.null(deps)) || (length(deps) == 0) || (deps == "")) return(NULL) : missing value where TRUE/FALSE needed could anyone tell me what am I doing wrong? thank you M --------------------------------- [[alternative HTML version deleted]]
cdf cdf • 730 views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.0 years ago
United States
On Wed, Oct 20, 2004 at 04:21:26PM +0100, Manu Bi wrote: > Dear all > > I am trying to analyse some U133 plus2 generated data but I have some problems and wondered if anyone can help. > My code lines are: > > x <- ReadAffy(myfiles) > > x > > and I get the message: > > Note: You did not specify a download type. Using a default value of: Win32 > This will be fine for almost all users You really did not give us enough information here. What version of R, and of affy are you using? If you are using the release branch of Bioconductor you can download the data packages from the web-site and try to install them manually. If not, or if you want you can try to use reposTools directly. Something like: library(reposTools) install.packages2("hgu133plus2") should work (provided you actually do have an internet connection on the computer you are running the analysis on). Robert > > Error in if ((is.null(deps)) || (length(deps) == 0) || (deps == "")) return(NULL) : > missing value where TRUE/FALSE needed > AffyBatch object > size of arrays=1164x1164 features (127026 kb) > cdf=HG-U133_Plus_2 (??? affyids) > number of samples=12 > Warning message: > missing cdf environment ! in: show(structure(list(), exprs = structure(c(177, 17704, 184, 17894, > Note: You did not specify a download type. Using a default value of: Win32 > This will be fine for almost all users > > Error in if ((is.null(deps)) || (length(deps) == 0) || (deps == "")) return(NULL) : > missing value where TRUE/FALSE needed > > > could anyone tell me what am I doing wrong? > > thank you > > M > > > --------------------------------- > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- +--------------------------------------------------------------------- ------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: M1B20 | | Harvard School of Public Health email: rgentlem@jimmy.harvard.edu | +--------------------------------------------------------------------- ------+
ADD COMMENT

Login before adding your answer.

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