Write one assay to .h5ad
WriteH5AD.Rd
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.
Usage
WriteH5AD(object, file, assay = NULL, overwrite = TRUE)
# S4 method for Seurat
WriteH5AD(object, file, assay = NULL, overwrite = TRUE)