se2xls | R Documentation |
Writes a SummarizedExperiment to an excel/xlsx file. Requires the 'openxlsx' package.
se2xls(se, filename, addSheets = NULL)
se |
The 'SummarizedExperiment' |
filename |
xlsx file name |
addSheets |
An optional list of additional tables to save as sheets. |
Saves to file.
data("SE", package="SEtools") # not run # se2xls(SE, filename="SE.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.