Description Usage Arguments Value Author(s) See Also Examples
Make boxplots of the non-control probes and the control probes (after spatial and background correction but before any normalization), to confirm that the control probes have a lower distribution of intensities than the non-control probes.
1 |
rawData |
a TilingFeatureSet object |
controlProbes |
character string of the label assigned to non-CpG control probes in the annotation file (i.e. the container column of the .ndf file) (getContainer reports the container values for the pm probes). This is used only if controlIndex is not provided. Either this or controlIndex must be provided. |
controlIndex |
a vector of non-CpG control probe indices (can be obtained using getControlIndex). Either this or controlProbes must be provided. |
IDcol |
column name of pData(rawData) with which to label samples in the output plot. |
expcol |
name of the column of pData(rawData) by which to order and, if not numeric, color the boxes. |
ylimits |
ylim argument to plot() |
outfile |
file argument to pdf() |
height |
height argument to pdf() |
width |
width argument to pdf() |
A data frame with one row per sample and columns
Median methylation value among the non-control probes
Median methylation value among the control probes
non_control-control
Martin Aryee <aryee@jhu.edu>, Peter Murakami, Rafael Irizarry
1 | # See dmrFdr
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.