View source: R/normalization-report.r
meffil.plot.probe.batch | R Documentation |
Performs association of each of n
PCs calculated from most variable CpG sites (after normalization) against each of m
measured batch variables
meffil.plot.probe.batch(
norm.objects,
pcs,
variables = guess.batch.vars(norm.objects),
additional = NULL,
batch.threshold = 1e-50,
cols = NULL,
verbose = T
)
norm.objects |
Output from |
pcs |
Output from |
variables |
Default = guess.batch.vars(norm). Which variables in sample sheet to test |
additional. |
Default = NULL. Data frame containing variables to test for association
with control matrix PCs. Must have |
verbose=T |
Print progress messages? |
List of table of results and graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.