performanceMetrics {SummarizedBenchmark} | R Documentation |
Given a SummarizedBenchmark
object,
returns a list of lists of performance metrics that have been defined for
each assay. Optionally, if assay =
is specified, performance metrics
for only the specified subset of specified assays are returned.
performanceMetrics(object, ...) ## S4 method for signature 'SummarizedBenchmark' performanceMetrics(object, assay = NULL)
object |
a |
... |
futher arguments, perhaps used by methods. |
assay |
a character string indicating an assay name. |
A SimpleList with one element for each assay. Each element of the list contains a list of performance metric functions.
Alejandro Reyes
addPerformanceMetric
, estimatePerformanceMetrics
data(sb) performanceMetrics(sb) performanceMetrics(sb, assay = "qvalue")