|
scran_qc
Simple quality control on single-cell data
|
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 |
Buffers for per_cell_qc_metrics().
| 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. |
| Sum_* scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::sum = NULL |
Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::sum. Set to NULL to skip this calculation.
| Detected_* scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::detected = NULL |
Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::detected. Set to NULL to skip this calculation.
| Index_* scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::max_index = NULL |
Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::max_index. Set to NULL to skip this calculation.
| Value_* scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::max_value = NULL |
Pointer to an array of length equal to the number of cells, equivalent to PerCellQcMetricsResults::max_value. Set to NULL to skip this calculation.
| std::vector<Sum_*> scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::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.
| std::vector<Detected_*> scran_qc::PerCellQcMetricsBuffers< Sum_, Detected_, Value_, Index_ >::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.