SaveH5Seurat | R Documentation |
Seurat
object to an h5Seurat fileSave a Seurat
object to an h5Seurat file
SaveH5Seurat(object, filename, overwrite = FALSE, verbose = TRUE, ...)
as.h5Seurat(x, ...)
## Default S3 method:
SaveH5Seurat(object, filename, overwrite = FALSE, verbose = TRUE, ...)
## S3 method for class 'Seurat'
SaveH5Seurat(
object,
filename = paste0(Project(object = object), ".h5Seurat"),
overwrite = FALSE,
verbose = TRUE,
...
)
## Default S3 method:
as.h5Seurat(x, filename, overwrite = FALSE, verbose = TRUE, ...)
## S3 method for class 'H5File'
as.h5Seurat(x, ...)
## S3 method for class 'Seurat'
as.h5Seurat(
x,
filename = paste0(Project(object = x), ".h5seurat"),
overwrite = FALSE,
verbose = TRUE,
...
)
object, x |
An object |
filename |
Name of file to save the object to |
overwrite |
Overwrite |
verbose |
Show progress updates |
... |
Arguments passed to other methods |
SaveH5Seurat
: Invisbly returns filename
as.h5Seurat
: An h5Seurat
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.