Hi,
I'm trying to perform microarray analysis in R using the following commands:
BiocManager::install("affy")
BiocManager::install("oligo")
BiocManager::install("Biobase")
BiocManager::install("GEOquery")
install.packages("splitstackshape")
BiocManager::instal
library("arrayQualityMetrics")
library(oligo)
library(Biobase)
library(affy)
library("split stackshape")
library("tidyr")
library("dplyr")
library("arrayQualityMetrics")
celFiles <- list.celfiles(CelFiles)
affyRaw <- read.celfiles(celFiles)
However, I get an error message after the last command
Error message: All the CEL files must be of the same type
Error in read.celfiles(celfiles) :
checkChipTypes(filenames, verbose, "affymetrix", TRUE) is not TRUE
Does anyone know how I might correct this?
Also the working directory has been set to the folder containing the data files.
Thank you
microarray