Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaQC.R
Retrieves QC and identifying information of Illumina Sentrix arrays.
1 | calculateQCarray(object, QCobject = NULL, arrayType="Sentrix96")
|
object |
|
QCobject |
|
arrayType |
character, see |
Sample summary values are mapped to the physical layout of the
Sentrix array using the Row and Col columns of the phenoData
slot. These will be available when read.SnpSetIllumina is used
to create SnpSetIllumina objects.
Use successive calls to calculateQCarray to process Sentrix arrays
with multiple probe panels.
If data is read using a samplesheet that defines manifest files it is possible to handle data with multiple manifests and/or multiple Sentrix arrays
A QCIllumina object, when multiple arrays were combined a list of QCIllumina objects
Jan Oosting
link{QCIllumina-class}, link{reportSamplePanelQC}, link{plotQC}
1 2 | ## Not run: QC<-calculateQCarray(data.raw1)
## Not run: QC<-calculateQCarray(data.raw2,QC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.