gSlide-class {OSAT} | R Documentation |
"gSlide"
A class repressent a slide used in experiment. Inherited from
Class "gArray"
. The layout of the slide is descriped by a data
frame with columns of "rows", "columns", and "wells".
Objects can be created by calls of the form new("gSlide", nRows, nColumns, byrow, comment)
.
Class "gArray"
, directly.
signature(x = "gSlide")
: ...
signature(.Object = "gSlide")
: ...
signature(object = "gSlide")
: ...
newSlide <- new("gSlide", nRows=2, nColumns=2, byrow=FALSE,comment="mock slide") newSlide