Seurat objectR/AppendData.R
AppendData.RdAppend data from an h5Seurat file to a preexisting
Seurat object
AppendData( file, object, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, extras = "commands", overwrite = FALSE, verbose = TRUE, ... ) # S3 method for character AppendData( file, object, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, extras = "commands", overwrite = FALSE, verbose = TRUE, ... ) # S3 method for H5File AppendData( file, object, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, extras = "commands", overwrite = FALSE, verbose = TRUE, ... ) # S3 method for h5Seurat AppendData( file, object, assays = NULL, reductions = NULL, graphs = NULL, images = NULL, extras = "commands", overwrite = FALSE, verbose = TRUE, ... )
| file | Name of h5Seurat or connected h5Seurat file to load |
|---|---|
| object | A |
| 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:
|
| extras | Extra information to load; supports any combination of the following values:
|
| overwrite | Overwrite existing data in |
| verbose | Show progress updates |
| ... | Arguments passed to other methods |
object with the extra data requested