Description Usage Arguments Value Examples
Function writes matrix object to an HDF5 file.
1 |
matrix |
matrix to be written to HDF5 file, row and column name slots need to be populated |
h5file |
character(1), path to the hdf5 destination file |
name |
The name of the dataset in the HDF5 file. The default is write
the score matrix (e.g. z-score, logFC) to the 'assay' dataset, users could
also write the adjusted p-value or FDR matrix to the 'padj' dataset by
setting the |
overwrite |
TRUE or FALSE, whether to overwrite or append matrix to an existing 'h5file' |
HDF5 file containing exported matrix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.