Entering edit mode
3.5 years ago
xxxxxxxx
▴
20
I am trying to do microarray differential gene expression analysis using this workflow-
raw_data <- oligo::read.celfiles(filenames = file.path(raw_data_dir, SDRF$Array.Data.File),verbose = FALSE, phenoData = SDRF)
Warning message:
In oligo::read.celfiles(filenames = file.path(raw_data_dir, SDRF$Array.Data.File), :
'channel' automatically added to varMetadata in phenoData.
I tried to google it to get an idea of what these warnings implying for but could not understand what is written out there. Anyone has an opinion; please share it with me.
Thanks!