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

Results of aggregate_across_genes(). More...

#include <aggregate_across_genes.hpp>

Public Attributes

std::vector< std::vector< Sum_ > > sum
 

Detailed Description

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

Results of aggregate_across_genes().

Template Parameters
Sum_Type of the sum, should be numeric.

Member Data Documentation

◆ sum

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


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