Warning message: 'channel' automatically added to varMetadata in phenoData.
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!
• 1,253 views
•
link
1 answer
What I understood is that 'channel' is a column that should be in varMetadata. I guess since it was added automatically, no need to worry!
• 0 views
•
link
Log in to answer this question.