ftype | R Documentation |
Feature type
ftype(
object,
formula = default_formula(object),
drop = varlevels_dont_clash(object, all.vars(formula)),
fit = fits(object)[1],
codingfun = contr.treatment.explicit
)
object |
SummarizedExperiment |
formula |
model formula |
drop |
TRUE or FALSE |
fit |
'limma', 'lm', 'lme', 'wilcoxon' |
codingfun |
coding function |
SummarizedExperiment
file <- download_data('atkin.metabolon.xlsx')
object <- read_metabolon(file)
object %<>% fit_limma(block = 'Subject')
object %<>% ftype()
fdt(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.