Description Usage Arguments Value Author(s) See Also Examples
Replaces the list of performance metrics in a
SummarizedBenchmark
object with
a new list of performance metric lists.
1 2 3 4 5 | performanceMetrics(object, ...) <- value
## S4 replacement method for signature 'SummarizedBenchmark,SimpleList'
performanceMetrics(object) <- value
|
object |
a |
... |
futher arguments, perhaps used by methods. |
value |
a SimpleList of the same length as the number of assays. |
Silently, the newly specified SimpleList of performance metric lists.
Alejandro Reyes
addPerformanceMetric
, estimatePerformanceMetrics
, performanceMetrics
1 2 3 | data(sb)
performanceMetrics(sb)
performanceMetrics(sb) <- SimpleList(qvalue = list(), logFC = list())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.