powered by
Combine cells into groups based on shared variables and aggregate feature counts.
# S4 method for Seurat aggregate_cells( .data, .sample = NULL, slot = "data", assays = NULL, aggregation_function = Matrix::rowSums, ... )
A tibble object
A tidyseurat 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
data(pbmc_small) pbmc_small_pseudo_bulk <- pbmc_small |> aggregate_cells(c(groups, letter.idents), assays="RNA")
Run the code above in your browser using DataLab