write_xl | R Documentation |
Write xl/ods
write_xl(object, xlfile, fitcoefs = autonomics::fitcoefs(object))
write_ods(object, odsfile, fitcoefs = autonomics::fitcoefs(object))
object |
SummarizedExperiment |
xlfile |
file |
fitcoefs |
character vector |
odsfile |
file |
filepath
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file, fit = 'limma')
xlfile <- file.path(tempdir(), 'fukuda20.proteingroups.fdt.xlsx')
odsfile <- file.path(tempdir(), 'fukuda20.proteingroups.fdt.ods')
# write_xl(object, xlfile)
# write_ods(object, odsfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.