read.maimages(targets, source="genepix") Error in `[.data.frame`(obj, , columns[[a]]) : undefined columns selected
1
0
Entering edit mode
@sankhwarmadhu-13035
Last seen 7.0 years ago

Hi bioconductor help

I am Madhuand trying to analyze the breast cancer data of sereis GSE9893 which is having gpr file as one channel microarray and data counted as median Transformed log. Images have been analyzed using GenePIx. I must be sure there is  a problem in making targets.txt file however I made it as suggested in limma package but maimge function is shwoing error. Could you suggest how to make target file for this series.

Error in `[.data.frame`(obj, , columns[[a]]) : undefined columns selected.
could you help me to resolve the problem

FileName    Target
GSM249296.gpr    R
GSM249524.gpr    RF
GSM249527.gpr    R
GSM249529.gpr    R
GSM249530.gpr    RF
GSM249531.gpr    R
GSM249532.gpr    R
GSM249533.gpr    RF
GSM249534.gpr    RF
GSM249535.gpr    RF
GSM249536.gpr    R
GSM249537.gpr    R

bioconductor limma agilent microarrays • 1.7k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen just now
United States

The arrays used for that experiment were custom one-color arrays, so you have to specify the columns by hand:

> z <- read.maimages(dir(".", "^GSM"), columns = list(R = "F635 Median", Rb = "B635 Median"))

Read GSM249296.gpr.gz
Read GSM249524.gpr.gz
Read GSM249527.gpr.gz
Read GSM249529.gpr.gz
Read GSM249530.gpr.gz
Read GSM249531.gpr.gz
Read GSM249532.gpr.gz
Read GSM249533.gpr.gz
<snip>
Read GSM250016.gpr.gz
Read GSM250017.gpr.gz
Read GSM250018.gpr.gz
exiting from: read.maimages(dir(".", "^GSM"), columns = list(R = "F635 Median",
    Rb = "B635 Median"))
>
ADD COMMENT
0
Entering edit mode

 

Dear james,

Thank you for giving me quick reply

I am naive in bioconductor. I just ran the code which you have provided. again it is showing the  error.

z <- read.maimages(dir(".", "^GSM"), columns = list(R = "F635 Median", Rb = "B635 Median"))
Read GSM249524.gpr 
Read GSM250016.gpr 
Error in readGenericHeader(fullname, columns = columns) : 
  Specified column headings not found in file
In addition: There were 50 or more warnings (use warnings() to see the first 50)
 

>

ADD REPLY

Login before adding your answer.

Traffic: 669 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