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.
data(sb)# NOT RUN { plotROC(sb) # }