View source: R/normalize-quantiles.r
meffil.normalize.quantiles | R Documentation |
Normalize microarray quantiles using controls extracted (Infinium HumanMethylation450 BeadChip).
meffil.normalize.quantiles(
qc.objects,
number.pcs = 2,
fixed.effects = NULL,
random.effects = NULL,
verbose = F
)
qc.objects |
A list of outputs from |
number.pcs |
Number of control matrix principal components to adjust for (Default: 2). |
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). |
verbose |
If |
Same list as input with additional elements added for each sample including normalized quantiles needed for normalizing each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.