Description Usage Arguments Details Value Author(s) See Also
View source: R/methylation_preprocessing.R
Add methylation control data to a MethyLumiM object
1 | addControlData2methyLumiM(controlData, methyLumiM, checkConsistency = TRUE, ...)
|
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 |
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.
Return the methyLumiM object with the controlData added
Pan DU
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.