plotROC: Plot ROC curve for SummarizedBenchmark object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/PlottingFunctions.R

Description

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.

Usage

1
plotROC(object, assay = "qvalue")

Arguments

object

A SummarizedBenchmark object.

assay

An assay name.

Value

A ggplot object.

Author(s)

Alejandro Reyes

See Also

plotMethodsOverlap, estimatePerformanceMetrics

Examples

1
2
3
4
5
data(sb)
## Not run: 
plotROC(sb)

## End(Not run)

areyesq89/SummarizedBenchmark documentation built on Sept. 2, 2021, 4:15 p.m.