View source: R/8_plot_volcano.R
default_coefs | R Documentation |
Get default coefs
default_coefs(object, ...)
## S3 method for class 'data.table'
default_coefs(object, fit = fits(object), ...)
## S3 method for class 'SummarizedExperiment'
default_coefs(object, fit = fits(object), ...)
object |
data.table or SummarizedExperiment |
... |
S3 dispatch |
fit |
'limma', 'lm', 'lme', 'lmer', 'wilcoxon' |
character
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
object %<>% fit_limma()
default_coefs(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.