Description Usage Arguments Value
Write counts, metadata, taxonomy, and phylogeny to a biom file.
1 | write.biom(biom, file, format = "json")
|
biom |
The BIOM object to save to the file. |
file |
Path to the output file. |
format |
Options are “tab”,
“json”, and “hdf5”,
corresponding to classic tabular format, biom format version 1.0 and
biom version 2.1, respectively. Abbreviations are also accepted. See
http://biom-format.org/documentation/ for details. NOTE: to write
HDF5 formatted BIOM files, the BioConductor R package |
On success, returns NULL
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.