Displaying 1 result from an estimated 1 matches for "swirldata".
Did you mean:
siredata
2005 May 30
0
a question about read.marrayRaw
...ed with blue and red respectively.
>mraw <- read.Spot(path = datadir, layout = galinfo$layout, gnames = galinfo$gnames, target = swirlTargets)
Error in file(con, "r") : unable to open connection
In addition: Warning message:
cannot open file `C:/PROGRA~1/R/rw1091/library/marray/swirldata/81'
> fnames <- as.vector(swirlTargets@maInfo[,1])
> swirl.raw <- read.marrayRaw(fnames, path = datadir,
+ name.Gf = "Gmean", name.Gb = "morphG",
+ name.Rf = "Rmean", name.Rb = "morphR",
+ layout = swirl.layout,
+ gnames = swirl.gnames,...