Description Usage Arguments Value Note
Write data and summary information to a Microsoft Excel-compatible workbook.
1 | write.xlsx(biom, outfile, depth = NULL, seed = 0)
|
biom |
The BIOM object to save to the file. |
outfile |
Path to the output xlsx file. |
depth |
Depth to rarefy to. See |
seed |
Random seed to use in rarefying. See |
On success, returns NULL
invisibly.
Any data frame attributes on biom
will be included as separate
worksheets. An attribute named 'Reads Per Step' is treated specially and
merged with the usual 'Reads Per Sample' tab - if provided, its row names
should match those in biom
exactly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.