scran_aggregate
Aggregate expression values across cells
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_aggregate::AggregateAcrossGenesBuffers< Sum_ > Struct Template Reference

Buffers for aggregate_across_genes(). More...

#include <aggregate_across_genes.hpp>

Public Attributes

std::vector< Sum_ * > sum
 

Detailed Description

template<typename Sum_>
struct scran_aggregate::AggregateAcrossGenesBuffers< Sum_ >

Buffers for aggregate_across_genes().

Template Parameters
Sum_Type of the sum, should be numeric.

Member Data Documentation

◆ sum

template<typename Sum_ >
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.


The documentation for this struct was generated from the following file: