BeadChip-class {OSAT} | R Documentation |
"BeadChip"
A predefined class represent BeadChip from Illumina. Inherited from
class gSlide
.
IlluminaBeadChip
: A slide with 6 rows and 2 columns. The 12
wells is numbered columns first.
GenotypingChip
: A slide with 12 rows and one column.
Class "gSlide"
, directly.
Class "gArray"
, by class "gSlide", distance 2.
signature(x = "BeadChip")
: Return a data
frame represent the layout of the chip.
newChip <- new("BeadChip", nRows=6, nColumns=1, byrow=FALSE, comment="mock chip") newChip GenotypingChip IlluminaBeadChip