| LoadH5Seurat | R Documentation | 
Seurat object from an h5Seurat fileLoad a saved Seurat object from an h5Seurat file
LoadH5Seurat(file, ...)
## S3 method for class 'character'
LoadH5Seurat(
  file,
  assays = NULL,
  reductions = NULL,
  graphs = NULL,
  neighbors = NULL,
  images = NULL,
  meta.data = TRUE,
  commands = TRUE,
  misc = is.null(x = assays),
  tools = is.null(x = assays),
  verbose = TRUE,
  ...
)
## S3 method for class 'H5File'
LoadH5Seurat(
  file,
  assays = NULL,
  reductions = NULL,
  graphs = NULL,
  neighbors = NULL,
  images = NULL,
  meta.data = TRUE,
  commands = TRUE,
  misc = is.null(x = assays),
  tools = is.null(x = assays),
  verbose = TRUE,
  ...
)
## S3 method for class 'h5Seurat'
LoadH5Seurat(
  file,
  assays = NULL,
  reductions = NULL,
  graphs = NULL,
  neighbors = NULL,
  images = NULL,
  meta.data = TRUE,
  commands = TRUE,
  misc = is.null(x = assays),
  tools = is.null(x = assays),
  verbose = TRUE,
  ...
)
## S3 method for class 'h5Seurat'
as.Seurat(
  x,
  assays = NULL,
  reductions = NULL,
  graphs = NULL,
  neighbors = 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   | 
neighbors | 
 One of: 
  | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.