powered by
Combine cells into groups based on shared variables and aggregate feature counts.
aggregate_cells( .data, .sample = NULL, slot = "data", assays = NULL, aggregation_function = Matrix::rowSums, ... )
A tibble object
A tidySingleCellExperiment object
A vector of variables by which cells are aggregated
The slot to which the function is applied
The assay to which the function is applied
The method of cell-feature value aggregation
Used for future extendibility
print("pbmc_small |> aggregate_cells(c(groups, ident), assays = \"counts\")")
Run the code above in your browser using DataLab