assayNames<-,SummarizedBenchmark,character-method {SummarizedBenchmark}R Documentation

Set assay names in SummarizedBenchmark object

Description

Modifies the assay names of a SummarizedBenchmark object.

Usage

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

Arguments

x

A SummarizedBenchmark object.

...

Futher arguments, perhaps used by methods.

value

A character vector.

Value

Modfied SummarizedBenchmark object.

Author(s)

Alejandro Reyes

See Also

SummarizedBenchmark

Examples

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


[Package SummarizedBenchmark version 2.12.0 Index]