SummarizedBenchmark-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

groundTruths(object, ...)

groundTruths(object, ...) <- value

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

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

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

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

## S4 method for signature 'SummarizedBenchmark'
BDMethodList(..., x = NULL)

## S4 method for signature 'SummarizedBenchmark'
BenchDesign(methods, data)

Arguments

object

a SummarizedBenchmark object.

...

Futher arguments, perhaps used by methods

value

A character vector.

x

A SummarizedBenchmark object.

methods

A SummarizedBenchmark object.

data

A data set to be used.

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 2.2.2 Index]