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")

Arguments

object

A SummarizedBenchmark object.

assay

An assay name.

Value

A ggplot object.

See also

Examples

data(sb)
# NOT RUN { plotROC(sb) # }