scran
C++ library for basic single-cell RNA-seq analyses
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran::PerCellAdtQcMetrics::Buffers< Float, Integer > Struct Template Reference

Buffers for direct storage of the calculated statistics. More...

#include <PerCellAdtQcMetrics.hpp>

Public Attributes

Float * sums = NULL
 
Integer * detected = NULL
 
std::vector< Float * > subset_totals
 

Detailed Description

template<typename Float = double, typename Integer = int>
struct scran::PerCellAdtQcMetrics::Buffers< Float, Integer >

Buffers for direct storage of the calculated statistics.

Template Parameters
FloatFloating point type to store the totals.
IntegerInteger type to store the counts and indices.

Member Data Documentation

◆ sums

template<typename Float = double, typename Integer = int>
Float* scran::PerCellAdtQcMetrics::Buffers< Float, Integer >::sums = NULL

Pointer to an array of length equal to the number of cells, see Results::sums.

◆ detected

template<typename Float = double, typename Integer = int>
Integer* scran::PerCellAdtQcMetrics::Buffers< Float, Integer >::detected = NULL

Pointer to an array of length equal to the number of cells, see Results::detected.

◆ subset_totals

template<typename Float = double, typename Integer = int>
std::vector<Float*> scran::PerCellAdtQcMetrics::Buffers< Float, Integer >::subset_totals

Vector of pointers of length equal to the number of feature subsets. Each pointer should be to an array of length equal to the number of cells, see Results::subset_totals.


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