Learn R Programming

lumi (version 2.24.0)

addControlData2methyLumiM: Add methylation control data to a MethyLumiM object

Description

Add methylation control data to a MethyLumiM object

Usage

addControlData2methyLumiM(controlData, methyLumiM, checkConsistency = TRUE, ...)

Arguments

controlData
a methylation control data file (output by GenomeStudio), or a MethyLumiQC object
methyLumiM
a MethyLumiM object to add control data
checkConsistency
whether to check the sample names consistency between methyLumiM and controlData
...
other parameters for reading controlData

Value

Return the methyLumiM object with the controlData added

Details

This function aims to add the controlData (MethyLumiQC object) to the controlData slot of a methyLumiM object For control data, methylated data matrix in assayData slot corresponds to green channel, and unmethylated data matrix in assayData slot corresponds to red channel.

See Also

lumiMethyR