plotROC {SummarizedBenchmark}R Documentation

Plot ROC curve for SummarizedBenchmark object

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

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

data(sb)
## Not run: 
plotROC(sb)

## End(Not run)


[Package SummarizedBenchmark version 2.10.0 Index]