performanceMetrics: Get performance metrics in SummarizedBenchmark object

Description Usage Arguments Value Author(s) See Also Examples

Description

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.

Usage

1
2
3
4
performanceMetrics(object, ...)

## S4 method for signature 'SummarizedBenchmark'
performanceMetrics(object, assay = NULL)

Arguments

object

a SummarizedBenchmark object.

...

futher arguments, perhaps used by methods.

assay

a character string indicating an assay name.

Value

A SimpleList with one element for each assay. Each element of the list contains a list of performance metric functions.

Author(s)

Alejandro Reyes

See Also

addPerformanceMetric, estimatePerformanceMetrics

Examples

1
2
3

areyesq89/SummarizedBenchmark documentation built on Sept. 2, 2021, 4:15 p.m.