Description Usage Arguments Value Author(s) See Also Examples
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.
1 2 3 4 | 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
1 2 3 | data(sb)
performanceMetrics(sb)
performanceMetrics(sb, assay = "qvalue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.