flevels | R Documentation |
Get fvar levels
flevels(object, fvar)
object |
SummarizedExperiment |
fvar |
feature variable |
fvar values
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
head(flevels(object, 'feature_id'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.