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 <- download_data('billing16.proteingroups.txt')
object <- read_maxquant_proteingroups(file)
fvars(object)[1] %<>% paste0('1')
fvars(object)[1]

bhagwataditya/importomics documentation built on April 15, 2024, 4:12 p.m.