SummarizedBenchmark-accessors {SummarizedBenchmark} | R Documentation |
Accessor and replacement functions for the slots of a SummarizedBenchmark object.
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)
object |
a |
... |
Futher arguments, perhaps used by methods |
value |
A character vector. |
x |
A |
methods |
A |
data |
A data set to be used. |
Either a SummarizedBenchmark
object or a slot of the SummarizedBenchmark
object.
Alejandro Reyes
data( sb ) assayNames( sb )[2] <- "log2FC"