Description Usage Arguments Details Value
Merge two or more objects.
1 2 3 4 5 6 7 |
x |
Object |
y |
Object (or a list of multiple objects) |
add.cell.ids |
A character vector of length(x = c(x, y)). Appends the corresponding values to the start of each objects' cell names. |
merge.data |
Merge the data slots instead of just merging the counts (which requires renormalization). This is recommended if the same normalization approach was applied to all objects. |
... |
Arguments passed to other methods |
project |
Sets the project name for the Seurat object. |
When merging Seurat objects, the merge procedure will merge the Assay level counts and potentially the data slots (depending on the merge.data parameter). It will also merge the cell-level meta data that was stored with each object and preserve the cell identities that were active in the objects pre-merge. The merge will not preserve reductions, graphs, logged commands, or feature-level metadata that were present in the original objects.
Merged object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.