QCIllumina-class {beadarraySNP} | R Documentation |
Container of QC information on arrays that contain multiple samples.
Objects can be created by calls of the form new("QCIllumina", arrayType, arrayID,
intensityMed, greenMed, redMed, intensityMode, greenMode, redMode, validn, annotation,
samples)
, but are usually created by calculateQCarray
.
arrayType
:arrayType
arrayID
:intensityMed
:greenMed
:redMed
:validn
:annotation
:samples
:signature(object = "QCIllumina")
: Returns type of array signature(object = "QCIllumina")
: Sets type of array.
Currently only "Sentrix"
is supported signature(object = "QCIllumina")
: Returns ID of array signature(object = "QCIllumina")
: Sets ID/Barcode of array signature(.Object = "QCIllumina")
signature(object = "QCIllumina")
character
: plots spatial
overview of QC information, type
is one of c("intensityMed",
"greenMed","redMed","validn","annotation","samples")
Jan Oosting