BeadPlate-class: Class '"BeadPlate"'

Description Objects from the Class Slots Predefined plate Extends Examples

Description

A class represent a plate consistent of multiple chips. Inherite from class gPlate.

Objects from the Class

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

Slots

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.

Predefined plate

IlluminaBeadChip96Plate

IlluminaBeadChip48Plate

IlluminaBeadChip24Plate

are plates that hold 2, 4, 8 IlluminaBeadChip chips and have 24, 48, 96 wells, respectively.

Extends

Class "gPlate", directly. Class "gArray", by class "gPlate", distance 2.

Examples

1
2
3
library("OSAT")
newPlate <- new("BeadPlate", chip=IlluminaBeadChip, nRows=2L, nColumns=4L,  comment="mock plate")
newPlate

llrs/OSAT documentation built on May 23, 2019, 7:18 a.m.