Write data and summary information to a Microsoft Excel-compatible workbook.
write.xlsx(biom, outfile, depth = NULL, seed = 0)
On success, returns NULL
invisibly.
The BIOM object to save to the file.
Path to the output xlsx file.
Depth to rarefy to. See rarefy
function for details.
Only use depth
with BIOM
files of type
'OTU table' and integer count values.
Random seed to use in rarefying. See rarefy
function
for details.