meffil.plot.pc.fit | R Documentation |
Fits probe intensities to principal components of the microarray control matrix and calculates the resulting mean squared residuals for different numbers of principal components.
meffil.plot.pc.fit(
qc.objects,
fixed.effects = NULL,
random.effects = NULL,
n.cross = 10,
name = "autosomal.ii"
)
qc.objects |
A list of outputs from |
fixed.effects |
Names of columns in samplesheet that should be included as fixed effects along with control matrix principal components (Default: NULL). |
random.effects |
Names of columns in samplesheet that should be included as random effects (Default: NULL). |
number.pcs |
Number of principal components to include in the design matrix (Default: all). |
A list containing a data frame with the mean squared residuals for different numbers of principal components and a plot of these residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.