AppendData | R Documentation |
Seurat
objectAppend 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 class 'character'
AppendData(
file,
object,
assays = NULL,
reductions = NULL,
graphs = NULL,
images = NULL,
extras = "commands",
overwrite = FALSE,
verbose = TRUE,
...
)
## S3 method for class 'H5File'
AppendData(
file,
object,
assays = NULL,
reductions = NULL,
graphs = NULL,
images = NULL,
extras = "commands",
overwrite = FALSE,
verbose = TRUE,
...
)
## S3 method for class 'h5Seurat'
AppendData(
file,
object,
assays = NULL,
reductions = NULL,
graphs = NULL,
images = NULL,
extras = "commands",
overwrite = FALSE,
verbose = TRUE,
...
)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.