Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/methylation_preprocessing.R
Plot the color bias (red and green channel) of Illumina Infinium Methylation data of one selected sample in two dimensions (methylated and unmethylated probe intensities)
1 |
methyLumiM |
MethyLumiM-class object or eSet-class object, which include methylated and unmethylated probe intensities |
selSample |
The index of sample name of the selected sample to plot color bias |
combineMode |
Whether combine two color channels together and plot as one color |
layoutRatioWidth |
the plot figure ratio between scatter plot and density plot |
layoutRatioHeight |
the plot figure ratio between scatter plot and density plot |
margins |
margin of the plot |
cex |
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. See |
logMode |
Whether plot the intensities in log-scale |
subset |
plot subset of randomly selected rows. All data will be plotted if it is NULL. |
... |
other parameters used by |
The function basically plots the probe intensities in 2-dimension (methylated vs unmethylated), and colors the dots in Red and Green based on their color channel information. The related density plot will also be plotted at the right and top of the scatter plot.
Invisibly return TRUE if plot successfully.
Pan DU
See Also as plotColorBias1D
1 2 3 | data(example.lumiMethy)
# plot in 2D plot of one selected sample
plotColorBias2D(example.lumiMethy, selSample = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.