scran_qc
Simple quality control on single-cell data
Loading...
Searching...
No Matches
scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ > Struct Template Reference

Results of compute_crispr_qc_metrics(). More...

#include <crispr_quality_control.hpp>

Public Attributes

std::vector< Sum_ > sum
 
std::vector< Detected_ > detected
 
std::vector< Value_ > max_value
 
std::vector< Index_ > max_index
 

Detailed Description

template<typename Sum_ = double, typename Detected_ = int, typename Value_ = double, typename Index_ = int>
struct scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ >

Results of compute_crispr_qc_metrics().

Template Parameters
Sum_Numeric type to store the summed expression.
Detected_Integer type to store the number of cells.
Value_Type of matrix value.
Index_Type of the matrix indices.

Member Data Documentation

◆ sum

template<typename Sum_ = double, typename Detected_ = int, typename Value_ = double, typename Index_ = int>
std::vector<Sum_> scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ >::sum

Vector of length equal to the number of cells in the dataset, containing the sum of counts for each cell.

◆ detected

template<typename Sum_ = double, typename Detected_ = int, typename Value_ = double, typename Index_ = int>
std::vector<Detected_> scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ >::detected

Vector of length equal to the number of cells in the dataset, containing the number of detected features in each cell.

◆ max_value

template<typename Sum_ = double, typename Detected_ = int, typename Value_ = double, typename Index_ = int>
std::vector<Value_> scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ >::max_value

Vector of length equal to the number of cells in the dataset, containing the maximum count for each cell.

◆ max_index

template<typename Sum_ = double, typename Detected_ = int, typename Value_ = double, typename Index_ = int>
std::vector<Index_> scran_qc::ComputeCrisprQcMetricsResults< Sum_, Detected_, Value_, Index_ >::max_index

Vector of length equal to the number of cells in the dataset, containing the row index of the guide with the maximum count for each cell.


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