scran_aggregate
Aggregate expression values across cells
|
Buffers for aggregate_across_genes()
.
More...
#include <aggregate_across_genes.hpp>
Public Attributes | |
std::vector< Sum_ * > | sum |
Buffers for aggregate_across_genes()
.
Sum_ | Floating-point type of the sum/mean. |
std::vector<Sum_*> scran_aggregate::AggregateAcrossGenesBuffers< Sum_ >::sum |
Vector of length equal to the number of gene sets. Each element is a pointer to an array of length equal to the number of cells, to be filled with the (weighted) sum/mean of expression values for each gene set.