values | R Documentation |
Get/Set value matrix
values(object)
## S4 method for signature 'SummarizedExperiment'
values(object)
values(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,matrix'
values(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,numeric'
values(object) <- value
object |
SummarizedExperiment |
value |
ratio matrix (features x samples) |
value matrix (get) or updated object (set)
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
values(object)[1:3, 1:3]
values(object) <- 0
values(object)[1:3, 1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.