flevels {autonomics}R Documentation

Get fvar levels

Description

Get fvar levels

Usage

flevels(object, fvar)

Arguments

object

SummarizedExperiment

fvar

feature variable

Value

fvar values

Examples

file <- download_data('billing16.proteingroups.txt')
object <- read_proteingroups(file, plot=FALSE)
head(flevels(object, 'feature_name'))

[Package autonomics version 1.2.0 Index]