add_facetvars | R Documentation |
Add facetvars
add_facetvars(
object,
fit = fits(object)[1],
coefs = default_coefs(object, fit = fit)
)
object |
SummarizedExperiment |
fit |
string |
coefs |
string vector |
SummarizedExperiment
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file, fit = 'limma')
fdt(object)
fdt(add_facetvars(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.