scran_qc
Simple quality control on single-cell data
|
Results of compute_rna_qc_metrics()
.
More...
#include <rna_quality_control.hpp>
Public Attributes | |
std::vector< Sum_ > | sum |
std::vector< Detected_ > | detected |
std::vector< std::vector< Proportion_ > > | subset_proportion |
Results of compute_rna_qc_metrics()
.
Sum_ | Numeric type to store the summed expression. |
Detected_ | Integer type to store the number of cells. |
Proportion_ | Floating-point type to store the proportions. |
std::vector<Sum_> scran_qc::ComputeRnaQcMetricsResults< Sum_, Detected_, Proportion_ >::sum |
Vector of length equal to the number of cells in the dataset, containing the sum of counts for each cell.
std::vector<Detected_> scran_qc::ComputeRnaQcMetricsResults< Sum_, Detected_, Proportion_ >::detected |
Vector of length equal to the number of cells in the dataset, containing the number of detected features in each cell.
std::vector<std::vector<Proportion_> > scran_qc::ComputeRnaQcMetricsResults< Sum_, Detected_, Proportion_ >::subset_proportion |
Proportion of counts in each feature subset in each cell. Each inner vector corresponds to a feature subset and is of length equal to the number of cells.