View source: R/normalization-report.r
meffil.plot.control.batch | R Documentation |
Performs association of each of n
PCs calculated from the control matrix against each of m
measured batch variables
meffil.plot.control.batch(
norm.objects,
npcs = 1:10,
variables = guess.batch.vars(norm.objects),
additional = NULL,
batch.threshold = 1e-50,
cols = NULL,
verbose = TRUE
)
norm.objects |
From |
pcs |
Which PCs to plot. Default first 10 |
variables. |
Default = guess.batch.vars(norm.objects). Array spacifying column names in samplesheet to test for association with control matrix PCs. |
additional. |
Default = NULL. Data frame containing variables to test for association
with control matrix PCs. Must have |
verbose=T |
Print progress messages? |
Data frame of results plus plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.