Entering edit mode
na396
•
0
@na396-20786
Last seen 5.3 years ago
Hello I have some *.CEL files, and I have the error "
Error in read.affybatch(filenames = l$filenames, phenoData = l$phenoData, :
cannot open file 'C:/Users/Neelou/Documents/R/win-library/3.5/affyio/R/affyio.rdb': No such file or directory
I would be grateful if someone can help me. here is my code
source("http://bioconductor.org/biocLite.R")
library(BiocInstaller)
biocLite("affyio")
biocLite("affy")
biocLite("oligo")
biocLite("limma")
library(affy)
#
biocLite("ath1121501.db")
library(ath1121501.db)
#
#install.packages("BiocManager")
BiocManager::install("yeast2.db")
library(yeast2.db)
#
library(genefilter)
print('GSE11651')
#Read CEL files
Affy_obj <- ReadAffy()