You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, it is necessary to aggregate the gene-transcript abundance from a group of cells into a single value. For example, when comparing groups of cells across different samples with fixed-effect models.
468
+
469
+
In tidySingleCellExperiment, cell aggregation can be achieved using the `aggregate_cells` function.
Sometimes, it is necessary to aggregate the gene-transcript abundance from a group of cells into a single value. For example, when comparing groups of cells across different samples with fixed-effect models.
766
+
767
+
In tidySingleCellExperiment, cell aggregation can be achieved using the `aggregate_cells` function.
768
+
769
+
```r
770
+
pbmc_small_tidy %>%
771
+
aggregate_cells(groups, assays="counts")
772
+
```
773
+
774
+
## # A SummarizedExperiment-tibble abstraction: 460 × 2
775
+
## # Features=230 | Samples=2 | Assays=counts
776
+
## .feature .sample counts groups .aggregated_cells orig.ident file feature
Sometimes, it is necessary to aggregate the gene-transcript abundance from a group of cells into a single value. For example, when comparing groups of cells across different samples with fixed-effect models.
464
+
465
+
In tidySingleCellExperiment, cell aggregation can be achieved using the `aggregate_cells` function.
0 commit comments