Description Objects from the Class Slots Methods Author(s) See Also
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
:character, Type of array. See arrayType
arrayID
:character, Array ID
intensityMed
:numeric matrix, Median of intensity of samples
greenMed
:numeric matrix, Median of green values
redMed
:numeric matrix, Median of red values
callrate
:numeric matrix, callrate of genotyping
hetPerc
:numeric matrix, Percentage of heterozygotes
ptpdiff
:numeric matrix, point-to-point difference, local estimate of variability
validn
:numeric matrix, Number of valid probe values in samples
annotation
:character matrix, Annotation of samples
samples
:character matrix, Sample IDs
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.