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/importomics documentation built on June 15, 2024, 1:05 a.m.