questions about U133A cdf packages
1
0
Entering edit mode
Wenlei Liu ▴ 20
@wenlei-liu-345
Last seen 10.1 years ago
I'm trying to use the U133A spike-in data set (Latin square data) to do some analyses. However, I can not load the cel files into R. I installed HG-U133A_tag_CDF.zip in R using "install package from local zip file" option, but still got the following error message. Does anyone know what's wrong? > install.packages("E:/data/Liu/microarray/U133/HG-U133A_tag_CDF.zip", .libPaths()[1], CRAN = NULL) updating HTML package descriptions > testData<-ReadAffy(widget=TRUE) Loading required package: tkWidgets Loading required package: tcltk Warning messages: 1: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) 2: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) 3: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) > Your comments will be highly appreciated. Wenlei
cdf cdf • 791 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 10 hours ago
United States
Wenlei Liu wrote: >I'm trying to use the U133A spike-in data set (Latin square data) to do some analyses. However, I can not load the cel files into R. I installed HG-U133A_tag_CDF.zip in R using "install package from local zip file" option, but still got the following error message. Does anyone know what's wrong? > > > >>install.packages("E:/data/Liu/microarray/U133/HG-U133A_tag_CDF.zip", .libPaths()[1], CRAN = NULL) >> >> This looks like you are trying to install the cdf file you got from Affymetrix (which is incorrect). You need to do this: library(reposTools) install.packages2("hgu133atagcdf") HTH, Jim >updating HTML package descriptions > > >>testData<-ReadAffy(widget=TRUE) >> >> >Loading required package: tkWidgets >Loading required package: tcltk >Warning messages: >1: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) >2: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) >3: could not find CDF name, setting it to 'unknown' in: whatcdf(file, compress = compress) > > > >Your comments will be highly appreciated. > >Wenlei > >_______________________________________________ >Bioconductor mailing list >Bioconductor@stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor > > -- James W. MacDonald Affymetrix and cDNA Microarray Facility University of Michigan Comprehensive Cancer Center 1500 E. Medical Center Drive Ann Arbor MI 48109
ADD COMMENT

Login before adding your answer.

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