plotROC {SummarizedBenchmark} | R Documentation |
This function inputs a SummarizedBenchmark
object, looks
for an assay called 'qvalue' and plots receiver operating characteristic curves
for each of the methods to benchmark.
plotROC(object, assay = "qvalue")
object |
A |
assay |
An assay name. |
A ggplot object.
Alejandro Reyes
plotMethodsOverlap
, estimatePerformanceMetrics
data(sb) ## Not run: plotROC(sb) ## End(Not run)