View source: R/preprocessing.R
preprocess_methylation_data | R Documentation |
Under the hood this function mainly calls methods from the minfi package. It applies different preprocessing methods and saves the resulting methylation data to the disk under the specified directory.
preprocess_methylation_data(samplesheet, outputDir, minfiForce = FALSE)
samplesheet |
Dataframe containing columns 'sample_id' and 'Basename'. |
outputDir |
Directory to save results to. |
minfiForce |
Argument 'force' passed to minfi::read.metharray() call |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.