WriteH5MU | R Documentation |
Seurat
objectSave Seurat
object to .h5mu file.
The behavior of this function if NAs are present is undefined.
WriteH5MU(object, file, overwrite = TRUE)
## S4 method for signature 'Seurat'
WriteH5MU(object, file, overwrite = TRUE)
object |
|
file |
Path to the .h5mu file. |
overwrite |
Boolean value to indicate if to overwrite the |
The following slots are saved: count matrices ('@counts', '@scale.data' and '@data'), '@metadata', '@reductions', '@feature.loadings', '@graphs'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.