read.maimage error message
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 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.
• 1.5k views
ADD COMMENT
0
Entering edit mode
boczniak767 ▴ 720
@maciej-jonczyk-3945
Last seen 4 weeks ago
Poland
Dear Kathy, try to use quote sign without escape character, i.e. " not \" . Limma doesn't require escape character. Also, as target you can specify file as simply "targets", if it has "FileName" column it will be read automatically. HTH Maciej > Subject: [BioC] read.maimage error message > Message: 4 > MIME-Version: 1.0 > > > 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 > > -- Maciej Jonczyk, Department of Plant Molecular Ecophysiology Faculty of Biology, University of Warsaw 02-096 Warsaw, Miecznikowa 1 Poland -- This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com
ADD COMMENT

Login before adding your answer.

Traffic: 684 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6