slevels | R Documentation |
Get svar levels
slevels(object, svar)
subgroup_levels(object)
object |
SummarizedExperiment, eSet, or eList |
svar |
sample var (character) |
svar values (character)
file <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
slevels(object, 'subgroup')
subgroup_levels(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.