View source: R/BatchEffect_prc.R
BatchEffect_prc | R Documentation |
Creates principical components from the beta set to assess batch effect.
BatchEffect_prc(
x,
n_pcs = 8,
filename_info = c("Chip", "Well", "Sample_nr", "Sample_type", "Ptn_Cntrl", "Patnr",
"Early_Late", "Timepoint"),
filename_separator = "_"
)
x |
Epigenetic set object. |
n_pcs |
numbers of principical components that need to be created. The default is 8. |
filename_info |
A vector that explains the structure of the idat filename, such that the experiment info can be extrated using the idat filename. |
filename_separator |
A string that identifies how the filename structure is devided. The default is "_" |
Updated Epigenetic set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.