Replaces the list of performance metrics in a SummarizedBenchmark object with a new list of performance metric lists.

performanceMetrics(object, ...) <- value


  # S4 method for SummarizedBenchmark,SimpleList
performanceMetrics(object) <- value

Arguments

object

a SummarizedBenchmark object.

...

futher arguments, perhaps used by methods.

value

a SimpleList of the same length as the number of assays.

Value

Silently, the newly specified SimpleList of performance metric lists.

See also

Examples

data(sb) performanceMetrics(sb)
#> List of length 2 #> names(2): qvalue logFC
performanceMetrics(sb) <- SimpleList(qvalue = list(), logFC = list())