gSlide-class {OSAT}R Documentation

Class "gSlide"

Description

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 from the Class

Objects can be created by calls of the form new("gSlide", nRows, nColumns, byrow, comment).

Extends

Class "gArray", directly.

Methods

getLayout

signature(x = "gSlide"): ...

initialize

signature(.Object = "gSlide"): ...

show

signature(object = "gSlide"): ...

Examples

newSlide <- new("gSlide",  nRows=2, nColumns=2, byrow=FALSE,comment="mock slide")
newSlide

[Package OSAT version 1.30.0 Index]