Learn R Programming

OSAT (version 1.20.0)

gSlide-class: 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".

Arguments

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

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

Run the code above in your browser using DataLab