Combine cells into groups based on shared variables and aggregate feature counts.
Usage
# S4 method for class 'Seurat'
aggregate_cells(
.data,
.sample = NULL,
slot = "data",
assays = NULL,
aggregation_function = Matrix::rowSums,
...
)
Combine cells into groups based on shared variables and aggregate feature counts.
# S4 method for class 'Seurat'
aggregate_cells(
.data,
.sample = NULL,
slot = "data",
assays = NULL,
aggregation_function = Matrix::rowSums,
...
)