fvalues: Get fvalues

View source: R/2_get_set.R

fvaluesR Documentation

Get fvalues

Description

Get fvar values

Usage

fvalues(object, fvar)

Arguments

object

SummarizedExperiment

fvar

feature variable

Value

fvar values

Examples

file <- download_data('billing16.proteingroups.txt')
object <- read_maxquant_proteingroups(file)
head(fvalues(object, 'feature_id'))
fvalues(object, NULL)

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