plotROC {SummarizedBenchmark}R Documentation

Plotting ROC curves

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

Examples


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

## End(Not run)


[Package SummarizedBenchmark version 1.0.4 Index]