readGenericHeader() error message Limma
I am trying to process Agilent data by using limma R package. For GSE8842, I used the following code:
raw_data <- read.maimages(target_file, source = "agilent")
but I got the following error:
Error in readGenericHeader(fullname, columns = columns, sep = sep) :
Specified column headings not found in file
I tried to rename the colnames of the file to match the format, such as "Green Background" to "G", "Red Signal" to "R"; but I still receive the errors..
wondering how can I solve the errors.
Thank you.
• 1,383 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Can you post the error you are getting after renaming the colnames?
Hi, I got the same error:
I am thinking rather there is a problem with the original raw data.