preprocess_methylation_data: Preprocess Methylation Data

View source: R/preprocessing.R

preprocess_methylation_dataR Documentation

Preprocess Methylation Data

Description

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.

Usage

preprocess_methylation_data(samplesheet, outputDir, minfiForce = FALSE)

Arguments

samplesheet

Dataframe containing columns 'sample_id' and 'Basename'.

outputDir

Directory to save results to.

minfiForce

Argument 'force' passed to minfi::read.metharray() call


fynnwi/intratumormeth documentation built on March 29, 2022, 12:06 a.m.