View source: R/design-matrix.r
meffil.design.matrix | R Documentation |
Design matrix derived by applying principal components analysis to control probes.
meffil.design.matrix(
qc.objects,
number.pcs,
fixed.effects = NULL,
random.effects = NULL
)
qc.objects |
A list of outputs from |
number.pcs |
Number of principal components to include in the design matrix (Default: all). |
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). |
Design matrix with one column for each of the first number.pcs
prinicipal
components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.