Accessors {SummarizedBenchmark}R Documentation

Accessor and replacement functions for the slots of a SummarizedBenchmark object.

Description

Accessor and replacement functions for the slots of a SummarizedBenchmark object.

Usage

## S4 replacement method for signature 'SummarizedBenchmark,character'
assayNames(x, ...) <- value

## S4 replacement method for signature 'SummarizedBenchmark'
mcols(x, ...) <- value

groundTruths(object, ...)

## S4 method for signature 'SummarizedBenchmark'
groundTruths(object, ...)

groundTruths(object, ...) <- value

## S4 replacement method for signature 'SummarizedBenchmark'
groundTruths(object, ...) <- value

Arguments

x

a SummarizedBenchmark object.

...

Futher arguments, perhaps used by methods

value

A character vector

object

a SummarizedBenchmark object.

Value

Either a SummarizedBenchmark object or a slot of the SummarizedBenchmark object.

Author(s)

Alejandro Reyes

See Also

performanceMetrics

Examples


data( sb )
assayNames( sb )[2] <- "log2FC"


[Package SummarizedBenchmark version 1.0.4 Index]