limma read.maimages for scanarray express .csv files
1
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.7 years ago
sltucker at artsci.wustl.edu writes: > Hi, > > I am new to limma and am having problems reading Scanarray Express .csv > files into limma via read.maimages. I am running R version 2.4.1 and > limma version 2.9.17. > > I tried... > >>RG<-read.maimages(files, source="scanarrayexpress", path=path) > Error in readGenericHeader(fullname, columns = columns, sep = sep) : > Specified column headings not found in file > In addition: Warning messages: > 1: input string 1 is invalid in this locale in: grep(pattern, x, I wonder if this is a locale issue. You may need to tell R to use a different encoding for text. It would be helpful if you provided the output of sessionInfo() after you have received these warning messages (it will include your current locale info). + seth -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
Cancer limma Cancer limma • 839 views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.7 years ago
Hi, [I've put the bioconductor list back in cc, please keep the Q&A on-list so that others can benefit too] sltucker at artsci.wustl.edu writes: > Thanks for the help. My sessionInfo() is > > R version 2.4.1 (2006-12-18) > i386-apple-darwin8.8.1 > > locale: > en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 It might be worth setting your locale to "C" and seeing if the error is the same. Sys.setlocale(locale="C") + seth -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
ADD COMMENT
0
Entering edit mode
I set my locale to "C", and now have a different error. > RG<-read.maimages(files, source="scanarrayexpress", path=path, columns=list(Rf="Ch1 Median", Rb="Ch1 B Median", Gf="Ch2 Median", Gb= "Ch2 B Median")) Error in `[.data.frame`(obj, , columns[[a]]) : undefined columns selected My new sessionInfo() is > sessionInfo() R version 2.4.1 (2006-12-18) i386-apple-darwin8.8.1 locale: C/C/C/C/C/en_US.UTF-8 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" "base" other attached packages: gtools limma "2.3.0" "2.9.17" Thanks! > Hi, > > [I've put the bioconductor list back in cc, please keep the Q&A > on-list so that others can benefit too] > > sltucker at artsci.wustl.edu writes: >> Thanks for the help. My sessionInfo() is >> >> R version 2.4.1 (2006-12-18) >> i386-apple-darwin8.8.1 >> >> locale: >> en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 > > It might be worth setting your locale to "C" and seeing if the error > is the same. > > Sys.setlocale(locale="C") > > > + seth > > -- > Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research > Center > http://bioconductor.org >
ADD REPLY

Login before adding your answer.

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