fnames: Get/Set fnames

fnamesR Documentation

Get/Set fnames

Description

Get/Set feature names

Usage

fnames(object)

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

fnames(object) <- value

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

Arguments

object

SummarizedExperiment, eSet, or EList

value

character vector with feature names

Value

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

Examples

file <- download_data('billing16.proteingroups.txt')
object <- read_maxquant_proteingroups(file)
fnames(object) %<>% paste0('protein_', .)
object

bhagwataditya/importomics documentation built on April 20, 2024, 11:19 p.m.