The matrix including the dense matrix and sparse matrix is converted to the matrix in h5 format or is stored into the h5 file.
1 2 3 4 5 6 7 | matrix_to_h5(
mat,
h5,
gr_name = NULL,
save.obs.name = FALSE,
save.var.name = FALSE
)
|
mat |
The matrix object including matrix(R) and sparse matrix(Matrix package) |
h5 |
The H5 file name that we write in |
gr_name |
The h5 gorup store the matrix (dense matrix or sparse matrix) |
save.obs.name |
The rownames isn't be saved(FALSE by defualt) |
save.var.name |
The colnames isn't be saved(FALSE by defualt) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.