Load a saved Seurat object from an h5Seurat file
LoadH5Seurat(file, ...) # S3 method for character LoadH5Seurat( file, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, meta.data = TRUE, commands = TRUE, misc = is.null(x = assays), tools = is.null(x = assays), verbose = TRUE, ... ) # S3 method for H5File LoadH5Seurat( file, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, meta.data = TRUE, commands = TRUE, misc = is.null(x = assays), tools = is.null(x = assays), verbose = TRUE, ... ) # S3 method for h5Seurat LoadH5Seurat( file, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, meta.data = TRUE, commands = TRUE, misc = is.null(x = assays), tools = is.null(x = assays), verbose = TRUE, ... ) # S3 method for h5Seurat as.Seurat( x, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, meta.data = TRUE, commands = TRUE, misc = TRUE, tools = TRUE, verbose = TRUE, ... )
| file, x | Name of h5Seurat or connected h5Seurat file to load |
|---|---|
| ... | Arguments passed to other methods |
| assays | One of:
|
| reductions | One of:
Note: Only reductions associated with an assay loaded in
|
| graphs | One of:
Note: Only graphs associated with an assay loaded in |
| images | One of:
|
| meta.data | Load object metadata |
| commands | Load command information |
| misc | Load miscellaneous data |
| tools | Load tool-specific information |
| verbose | Show progress updates |
A Seurat object with the data requested