gSlide-class: Class '"gSlide"'

Description Objects from the Class Extends Methods Examples

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

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

OSAT documentation built on Nov. 8, 2020, 5:48 p.m.