View source: R/Preprocess_ProbeNormalisation.R
ProbeNormalisation | R Documentation |
Functional or Quantile Normalisation of the CpG probes.
ProbeNormalisation(x, method = "funnorm", nPCs = 3, save = FALSE, verbose = 0)
x |
Epigenetic set object. |
method |
Type of normalisation algorithm. Options: funnorm, quantile, raw. |
nPCs |
Number of principal components that funnorm uses. |
save |
If TRUE, the methylset will be saved to the "minfi_sets" sub-directory. |
verbose |
When set to 1 or higher more messages will be shown. |
Updated Epigenetic set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.