platformDesign-class {oligo} | R Documentation |
A class to store array related information.
Objects can be created by calls of the form new("platformDesign", ...)
.
featureInfo
:"environment"
describing the array at the feature level.featureTypeDescription
:"list"
describing the feature types.manufacturer
:"character"
.type
:"character"
describing
the array type.nrow
:"numeric"
describing the
number of rows of the array.ncol
:"numeric"
describing the
number of columns of the array.nwells
:"numeric"
describing
the number of wells per arrays, not used, but allocated for future
extensions.lookup
:"data.frame"
describing
location on the array for multiple-wells chips. Not used for now.indexes
:"list"
platforms
:"character"
.signature(object = "platformDesign")
: indexes
for MMs.signature(x = "platformDesign")
: variable names
available in the PDEnv.signature(object = "platformDesign")
: number
of features.signature(object = "platformDesign")
: indexes
of PMs.signature(object = "platformDesign", subset
= "characterOrNULL")
:
feature names for PMs.signature(object = "platformDesign")
: basic
description of the PDEnv.