Reading in .gpr files
0
0
Entering edit mode
@englishserver-15152
Last seen 23 months ago
Iran

Hi everyone!

 

I need to read in .gpr files downloaded from GEO. I cant get either read.maimages {limma} or read.GenePix {marray} working. Where am I wrong? Thank you inn advance.

files= dir()
files= files [grep(files, pattern = '*.gpr$')]
library (limma) #1
library (marray) #2
data=   read.maimages(files, green.only=T, columns= list(c('F532 Median','B532 Median')))
data=   read.maimages(files, green.only=T,source='genepix')
data= read.GenePix (files, name.Gf='F532 Median', name.Gb = 'B532 Median')
microarray • 1.2k views
ADD COMMENT
0
Entering edit mode

Well, the first call to read.maimages() couldn't possibly work, because columnsalways has to be a list with named components (as the help page says!). Perhaps you intended columns = list(Gf = "F532 Median", Gb = "B532 Median").

Anyway, please tell us what the error messages were. Also, which GEO series are you trying to read?

ADD REPLY

Login before adding your answer.

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