Displaying 4 results from an estimated 4 matches for "marrayraw".
2005 May 30
0
a question about read.marrayRaw
Hi, everyone,
I ran the test case in "Introduction to the Bioconductor
marrayInput package first. When I ran the session in (read.marrayRaw) I got the following error messages. Other sessions work well.
The functions and errors are labled 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...
2004 Sep 09
1
Confused about loading other packages from a package
..."formula"), plot.ma)
where marrayNorm is a class defined in the marray package. After
building and installing my package, I get the following warnings when
I load my package (with library(maVis)):
Warning messages:
1: In the method signature for function "plot", class "marrayRaw" has
no current definition in: matchSignature(signature, fdef, where)
2: In the method signature for function "plot", class "marrayRaw" has
no current definition in: matchSignature(signature, fdef, where)
(but everything appears to work ok regardless). I have tried
requir...
2005 Jul 27
1
get the content of object in ls()?
...es"
[9] "gal" "galfile"
[11] "i" "readGalfile2"
[13] "sample1" "ttest1"
> grep("_gpr$",ls())
[1] 4
> ls()[4]
[1] "fll92_1a_gpr"
> class(ls()[4])
[1] "character"
> class(fll92_1a_gpr)
[1] "marrayRaw"
attr(,"package")
[1] "marray"
I use the regular expression to get the name of the object I want, which is
fll92_1a_gpr, the fourth element in ls() list.
But i can't get the content of that object using ls()[4], which gives me a
character object(having a double quot...
2004 Dec 29
1
about image(graphics) function
...ther than by the lower-left cell... In
many cases, it can be usefull to have a representation
of the data spatialy corresponding to a real support,
as it is the case with the function image(marray) from
Bioconductor packages, which fills the graphical
matrix by row from upper-left, but just handles
marrayRaw or marrayNorm objects. Of course, I could
reorder the matrix, but it's heavier than with an
already available function if it exists...
Thanks a lot for help
BUHARD Olivier