i am trying to load a CDf file into R so that Affy can read it along with a cel file. The CDF file is connected to the data in the CEL file. How do I get affy to read a CDf file? Thank you. The code that I am getting is below.
eset<-ReadAffy(celfile.path="C:\\Users\\EKL\\Downloads\\GSE57629_RAW")
> eset<-ReadAffy(cdffile.path="C:\\Users\\EKL\\Downloads\\GPL8345_AFLAVUSa520391F.cdf")
Error: the following are not valid files:
C:\Users\EKL\Downloads\GPL8345_AFLAVUSa520391F.cdf
> eset<-ReadAffy(cdffile.path="C:\Users\EKL\Downloads\GPL8345_AFLAVUSa520391F.cdf)
Error: '\U' used without hex digits in character string starting ""C:\U"
> eset<-ReadAffy(cdffile.path="C:\\Users\\EKL\\Downloads\\GPL8345_AFLAVUSa520391F.cdf")
Error: the following are not valid files:
C:\Users\EKL\Downloads\GPL8345_AFLAVUSa520391F.cdf
>
This is what I got after doing what you suggested.
The downloaded binary packages are in C:\Users\EKL\AppData\Local\Temp\RtmpE9Qnca\downloadedpackages Old packages: 'BiocManager', 'boot', 'digest', 'foreign', 'hms', 'KernSmooth', 'mgcv', 'nlme', 'rlang' Update all/some/none? [a/s/n]: library(makecdfenv) Update all/some/none? [a/s/n]: make.cdf.package("C:\Users\EKL\Downloads\GPL8345AFLAVUSa520391F.cdf", "aflavusa520391fcdf", version = "0.0.1", species = "Aspergillus_flavus") Update all/some/none? [a/s/n]: install.packages("aflavus520391fcdf", type = "source", repos = NULL) Update all/some/none? [a/s/n]: n
This is what I got after doing what you suggested.
The downloaded binary packages are in C:\Users\EKL\AppData\Local\Temp\RtmpE9Qnca\downloadedpackages Old packages: 'BiocManager', 'boot', 'digest', 'foreign', 'hms', 'KernSmooth', 'mgcv', 'nlme', 'rlang' Update all/some/none? [a/s/n]: library(makecdfenv) Update all/some/none? [a/s/n]: make.cdf.package("C:\Users\EKL\Downloads\GPL8345AFLAVUSa520391F.cdf", "aflavusa520391fcdf", version = "0.0.1", species = "Aspergillus_flavus") Update all/some/none? [a/s/n]: install.packages("aflavus520391fcdf", type = "source", repos = NULL) Update all/some/none? [a/s/n]: n