rnb.plot.beta.comparison {RnBeads} | R Documentation |
Draws plots that compare two distributions of beta values.
rnb.plot.beta.comparison(beta.values, fprefix, report = NULL, qq.length = 501L, points.per.group = rnb.getOption("distribution.subsample"))
beta.values |
Two beta value sequences in the form of a named |
fprefix |
File name prefix for the plots. This function appends the suffixes |
report |
Report to which the plots are to be added. |
qq.length |
Positive |
points.per.group |
Maximum number of values to use in plotting a group's distribution. Groups that contain more
observations than this threshold are subsampled. Setting this parameter to a value less than
|
List of all generated plots, each being an object ot type ReportPlot
.
Yassen Assenov