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_ | Type of the sum, should be numeric. |
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 of expression values across all genes in the corresponding gene set.