Description Objects from the Class Slots Predefined plate Extends Examples
A class represent a plate consistent of multiple chips. Inherite from
class gPlate
.
Objects can be created by calls of the form new("BeadPlate", chip, nRows, nColumns, comment, ...)
.
chip
:Object of class "gSlide"
. The slide used
in the plate.
nRows
:Object of class "integer"
. Number of
clide per row.
nColumns
:Object of class "integer"
. Number of
slide per column.
layout
:Object of class "data.frame"
. A data frame represent
the layout of the plate.
byrow
:Object of class "logical"
. Order of
slide on the plate.
metadata
:Object of class "list"
.A brief description of the plate.
IlluminaBeadChip96Plate
IlluminaBeadChip48Plate
IlluminaBeadChip24Plate
are plates that hold 2, 4, 8 IlluminaBeadChip
chips and have 24, 48, 96 wells, respectively.
Class "gPlate"
, directly.
Class "gArray"
, by class "gPlate", distance 2.
1 2 3 | library("OSAT")
newPlate <- new("BeadPlate", chip=IlluminaBeadChip, nRows=2L, nColumns=4L, comment="mock plate")
newPlate
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.