merge.Assay5 | R Documentation |
Merge one or more v5 assays together
## S3 method for class 'Assay5'
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)
v5 Assay object, validity, and interaction methods:
$.Assay5()
,
Assay5-class
,
Assay5-validity
,
[.Assay5()
,
[[.Assay5()
,
dim.Assay5()
,
dimnames.Assay5()
,
split.Assay5()
,
subset.Assay5()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.