fvars {autonomics} | R Documentation |
Get/Set feature variables
fvars(object) ## S4 method for signature 'SummarizedExperiment' fvars(object) fvars(object) <- value ## S4 replacement method for signature 'SummarizedExperiment,character' fvars(object) <- value
object |
SummarizedExperiment |
value |
character vector with feature variables |
feature variables vector (get) or updated object (set)
require(magrittr) file <- download_data('billing16.proteingroups.txt') object <- read_proteingroups(file, plot=FALSE) fvars(object)[1] %<>% paste0('1') fvars(object)[1]