slevels {autonomics}R Documentation

Get slevels

Description

Get svar levels

Usage

slevels(object, svar)

subgroup_levels(object)

Arguments

object

SummarizedExperiment, eSet, or eList

svar

sample var (character)

Value

svar values (character)

Examples

file <- download_data('billing16.proteingroups.txt')
object <- read_proteingroups(file, plot=FALSE)
slevels(object, 'subgroup')
subgroup_levels(object)

[Package autonomics version 1.1.7 Index]