merge.SCTAssay | R Documentation |
Merge SCTAssay objects
## S3 method for class 'SCTAssay'
merge(
x = NULL,
y = NULL,
add.cell.ids = NULL,
merge.data = TRUE,
na.rm = TRUE,
...
)
x |
A |
y |
A single |
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 |
na.rm |
If na.rm = TRUE, this will only preserve residuals that are present in all SCTAssays being merged. Otherwise, missing residuals will be populated with NAs. |
... |
Arguments passed to other methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.