| merge.Assay | R Documentation |
Merge one or more v3 assays together
## S3 method for class 'Assay'
merge(
x = NULL,
y = NULL,
add.cell.ids = NULL,
merge.data = TRUE,
labels = NULL,
collapse = TRUE,
...
)
x |
An |
y |
One or more |
add.cell.ids |
A character vector of |
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 |
labels, collapse |
Currently unused |
... |
Ignored |
A new assay with data merged from c(x, y)
v3 Assay object, validity, and interaction methods:
$.Assay(),
Assay-class,
Assay-validity,
CreateAssayObject(),
[.Assay(),
[[.Assay(),
dim.Assay(),
dimnames.Assay(),
split.Assay(),
subset.Assay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.