Entering edit mode
Guest User
★
13k
@guest-user-4897
Last seen 10.4 years ago
I get the error \"Error in readGenericHeader(fullname, columns =
columns) :
Specified column headings not found in file
In addition: Warning message:
In file(file, \"r\") :
file(\"\") only supports open = \"w+\" and open = \"w+b\": using the
former\" when I use RG <- read.maimages(targets$FileName,
source=\"agilent\", annotation= c(\"FeatureNum\", \"Row\",
\"Col\",\"ProbeUID\", \"ControlType\",\"ProbeName\", \"GeneName\",
\"SystematicName\")).
Then I used RG <- read.maimages(targets, source=\"agilent\"), I got
the same error as the former one, which is Error is
readGenericHeader(fullname, columns = columns) :
Specified column headings not found in file
In addition: Warning message:
In file(file, \"r\") :
file(\"\") only supports open = \"w+\" and open = \"w+b\": using the
former
Thanks for your help!
Kathy
-- output of sessionInfo():
readGenericHeader(fullname, columns = columns) :
Specified column headings not found in file
In addition: Warning message:
In file(file, \"r\") :
file(\"\") only supports open = \"w+\" and open = \"w+b\": using the
former
--
Sent via the guest posting facility at bioconductor.org.