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