flevels: Get fvar levels

View source: R/2_get_set.R

flevelsR Documentation

Get fvar levels

Description

Get fvar levels

Usage

flevels(object, fvar)

Arguments

object

SummarizedExperiment

fvar

feature variable

Value

fvar values

Examples

file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
head(flevels(object, 'feature_id'))

bhagwataditya/autonomics documentation built on July 14, 2024, 3:18 a.m.