scran_aggregate
Aggregate expression values across cells
|
Results of aggregate_across_genes()
.
More...
#include <aggregate_across_genes.hpp>
Public Attributes | |
std::vector< std::vector< Sum_ > > | sum |
Results of aggregate_across_genes()
.
Sum_ | Floating-point type of the sum/mean. |
std::vector<std::vector<Sum_> > scran_aggregate::AggregateAcrossGenesResults< Sum_ >::sum |
Vector of length equal to the number of gene sets. Each inner vector is of length equal to the number of cells. Each entry contains the (weighted) sum/mean of expression values across all genes in the corresponding gene set.