fvars: Get/Set fvars

fvarsR 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

file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
fvars(object)[1] %<>% paste0('1')
fvars(object)[1]

bhagwataditya/autonomics documentation built on June 17, 2024, 10:54 a.m.