svars | R Documentation |
Get/Set sample variables
svars(object)
## S4 method for signature 'SummarizedExperiment'
svars(object)
## S4 method for signature 'MultiAssayExperiment'
svars(object)
svars(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,character'
svars(object) <- value
## S4 replacement method for signature 'MultiAssayExperiment,character'
svars(object) <- value
object |
SummarizedExperiment |
value |
string fector with variable names |
sample variable names (get) or updated SummarizedExperiment
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
svars(object)[1]
(svars(object)[1] %<>% paste0('1'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.