default_subgroupvar | R Documentation |
Create default formula
default_subgroupvar(object)
default_formula(object)
object |
SummarizedExperiment |
formula
# Abundances
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
default_formula(object)
file <- download_data('billing16.proteingroups.txt')
object <- read_maxquant_proteingroups(file)
default_formula(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.