Description Usage Arguments Details Value Author(s)
Plot the ratio of sums of positive control counts to all counts for all samples in an RccSet object.
1 2 3 | ## S4 method for signature 'RccSet'
posSumVsAllSumPlot(rccSet, method = c("cutoffByMMAD",
"cutoffByVar"), stringency = 4)
|
rccSet |
An RccSet object |
method |
Character string specifying the method for outlier detection: either "cutoffByMMAD" or "cutoffByVar". |
stringency |
Numeric value passed to the cutoff function specified by the method argument (see the 'd' argument of cutoffByMMAD and cutoffByVar). (If the median ratio is less than 1, three times this value will be used.) |
The ratio for each sample in the RccSet is plotted and and outliers (as determined by the cutoff function specified by the method argument) are marked in red (thresholds for outlier definition are plotted as red dashed lines).
A plot
Dorothee Nickles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.