Description Usage Arguments Value
Merge a list of rds file Seurat object
1 2 3 4 5 6 7 | MergeObject(
rds.list,
obj.list = NULL,
output.dir = getwd(),
save.rds = TRUE,
...
)
|
rds.list |
A vector of rds files paths |
obj.list |
A vector of Seurat objects |
output.dir |
Path to the destination folder of saved files |
save.rds |
Save final Seurat object in RDS format (default set to True) |
... |
Arguments passed to |
A merged Seurat Object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.