performanceMetrics<- {SummarizedBenchmark}R Documentation

Set performance metrics in SummarizedBenchmark object

Description

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

Usage

performanceMetrics(object, ...) <- value


  ## S4 replacement method for signature '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.

Author(s)

Alejandro Reyes

See Also

addPerformanceMetric, estimatePerformanceMetrics, performanceMetrics

Examples

data(sb)
performanceMetrics(sb)
performanceMetrics(sb) <- SimpleList(qvalue = list(), logFC = list())


[Package SummarizedBenchmark version 2.8.0 Index]