View source: R/Preprocess_ProbeNormalisation.R
ConvertSet | R Documentation |
Converts the methylset into a beta or M set.
ConvertSet(x, beta = TRUE, M = FALSE, save = FALSE)
x |
Epigenetic set object. |
beta |
If TRUE, the methylset will be converted in a beta set. |
M |
If TRUE, the methylset will be converted in a M set. |
save |
If TRUE, the beta or M set will be saved to the "minfi_sets" sub-directory |
Updated Epigenetic set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.