fvars {autonomics}R Documentation

Get/Set fvars

Description

Get/Set feature variables

Usage

fvars(object)

## S4 method for signature 'SummarizedExperiment'
fvars(object)

fvars(object) <- value

## S4 replacement method for signature 'SummarizedExperiment,character'
fvars(object) <- value

Arguments

object

SummarizedExperiment

value

character vector with feature variables

Value

feature variables vector (get) or updated object (set)

Examples

require(magrittr)
file <- download_data('billing16.proteingroups.txt')
object <- read_proteingroups(file, plot=FALSE)
fvars(object)[1] %<>% paste0('1')
fvars(object)[1]

[Package autonomics version 1.1.7 Index]