scran_qc
Simple quality control on single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ > Struct Template Reference

Buffers for per_cell_qc_metrics(). More...

#include <per_cell_qc_metrics.hpp>

Public Attributes

Sum_sum = NULL
 
Detected_detected = NULL
 
Index_max_index = NULL
 
Value_max_value = NULL
 
std::vector< Sum_ * > subset_sum
 
std::vector< Detected_ * > subset_detected
 

Detailed Description

template<typename Sum_, typename Detected_, typename Value_, typename Index_>
struct scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >

Buffers for per_cell_qc_metrics().

Template Parameters
Sum_Floating point type to store the sums.
Detected_Integer type to store the number of detected cells.
Value_Type of the matrix value.
Index_Integer type of the matrix index.

Member Data Documentation

◆ sum

Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::sum. Set to NULL to skip this calculation.

◆ detected

Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::detected. Set to NULL to skip this calculation.

◆ max_index

Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::max_index. Set to NULL to skip this calculation.

◆ max_value

Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::max_value. Set to NULL to skip this calculation.

◆ subset_sum

Vector of pointers of length equal to the number of feature subsets, where each point is to an array of length equal to the number of cells; equivalent to PerCellQcMetricsResults::subset_sum. Set any value to NULL to skip the calculation for the corresponding feature subset, or leave empty to skip calculations for all feature subsets.

◆ subset_detected

Vector of pointers of length equal to the number of feature subsets, where each point is to an array of length equal to the number of cells; equivalent to PerCellQcMetricsResults::subset_detected. Set any value to NULL to skip the calculation for the corresponding feature subset, or leave empty to skip calculations for all feature subsets.


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