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_ | Type of the sum, should be numeric. |
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 of expression values for each gene set.