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