merge.StdAssay | R Documentation |
Merge one or more v5 assays together
## S3 method for class 'StdAssay'
merge(x, y, labels = NULL, add.cell.ids = NULL, collapse = FALSE, ...)
x |
An |
y |
One or more |
labels |
A character vector equal to the number of objects; defaults to
|
add.cell.ids |
A character vector equal to the number of objects
provided to append to all cell names; if |
collapse |
If |
... |
Ignored |
Note: collapsing layers is currently not supported
A new v5 assay with data merged from c(x, y)
All assays must be of the same type; merging different v5 assays (eg.
Assay5
and Assay5T
) is currently unsupported
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.