WriteH5AD | R Documentation |
This function writes the data of one of the assays (modalities) of a Seurat
object into an .h5ad file.
The behavior of this function if NAs are present is undefined.
WriteH5AD(object, file, assay = NULL, overwrite = TRUE)
## S4 method for signature 'Seurat'
WriteH5AD(object, file, assay = NULL, overwrite = TRUE)
object |
|
file |
Path to the .h5ad file. |
assay |
Assay to write; can be omitted if there is a single assay in the object. |
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.