Description Predefined chips Extends Methods Examples
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.
1 2 3 4 5 | newChip <- new("BeadChip", nRows=6, nColumns=1, byrow=FALSE, comment="mock chip")
newChip
GenotypingChip
IlluminaBeadChip
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.