Description Usage Arguments Details Value Author(s)
View source: R/methylation_preprocessing.R
A summary of colorBias information, which is a data.frame summarizing the intensities of individual samples
1 | colorBiasSummary(methyLumiM, logMode = TRUE, channel = c("both", "unmethy", "methy", "sum"))
|
methyLumiM |
MethyLumiM-class object or eSet-class object, which include methylated and unmethylated probe intensities |
logMode |
Whether plot the intensities in log-scale |
channel |
estimate the intensity in different methods |
A summary of colorBias information. There are four options using "channel" parameter to plot the density plot. "both": estimate the density by pooling together methylated and unmethylated probe intensities. "unmethy" and "methy": plot either unmethylated or methylated probe density. "sum" plot the density of the sum of methylatled and unmethylated probe intensitys.
A data.frame summarizing the intensities of individual samples
Pan DU
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.