densityPlot(dat, sampGroups = NULL, main = "", xlab = "Beta", pal = brewer.pal(8, "Dark2"), xlim, ylim, add = TRUE, legend = TRUE, ...)
RGChannelSet
, a MethylSet
or a
matrix
. We either use the getBeta
function to get
Beta values (for the first two) or we assume the matrix contains
Beta values.sampGroups
is specified, group-specific colors will be used.
qcReport
, mdsPlot
, controlStripPlot
, densityBeanPlot
if (require(minfiData)) {
groups <- pData(RGsetEx)$Sample_Group
densityPlot(RGsetEx, sampGroups=groups)
}
Run the code above in your browser using DataLab