Description Usage Arguments Value Author(s) See Also Examples
View source: R/PlottingFunctions.R
This function looks for an assay, called by default 'qvalue', and given an alpha threshold,
it binarizes the assay matrix depending on whether its values are below the alpha
threshold. Then it uses the function upset
to plot the overlaps.
The plot is only generated if at least 2 methods have observations that pass
the alpha threshold.
1 | plotMethodsOverlap(object, assay = "qvalue", alpha = 0.1, ...)
|
object |
A |
assay |
The name of an assay. |
alpha |
An alpha value. |
... |
Further arguments passed to |
An upseR plot.
Alejandro Reyes
plotROC
, estimatePerformanceMetrics
1 2 3 4 5 | data(sb)
## Not run:
plotMethodsOverlap(sb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.