[BioC] [marray] Importing SMD files into marray

Rene Nederhand r.nederhand at gmail.com
Thu Mar 17 12:14:41 CET 2005


Hi,

This is probably a newbie question, but I've been looking for a
solution for ours.

I am trying to import a SMD file (exptID=2641) into the marray
package. Unfortunately this seems to fail every time:

> datadir="~/Desktop"
> fnames=c("28370.xls")
> read.SMD(fnames=fnames, path=datadir,DEBUG=TRUE)
[1] "28370.xls"
Generating layout from 28370.xls
[1] "Reading Gal file"
[1] "done \n "
Generating target sample info from all files
[1] "Ch1 Intensity \\(Median\\)"
Error in file(con, "r") : unable to open connection

I have even tried to download the corresponding gal file from
Standford, but this doesn't work either.

In addition, I tried using the read.SMD2 function that somebody posted
here a while ago:

> read.SMD2(fnames=fnames, path=datadir,DEBUG=TRUE)
[1] "~/Desktop/28370.xls"
[1] NA
Generating layout from 28370.xls
Error in if (skip > 0) readLines(file, skip) : 
	missing value where TRUE/FALSE needed

Help! What should I do to make this thing work? Microarray and
Bioconductor are new to me, but this should work, doesn't it?

Kind regards,

Rene Nederhand



More information about the Bioconductor mailing list