Merge SCTAssay objects
# S3 method for SCTAssay
merge(
x = NULL,
y = NULL,
add.cell.ids = NULL,
merge.data = TRUE,
na.rm = TRUE,
...
)
A Seurat
object
A single Seurat
object or a list of Seurat
objects
A character vector of length(x = c(x, y))
;
appends the corresponding values to the start of each objects' cell names
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
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