scran_qc
Simple quality control on single-cell data
|
Results of compute_adt_qc_metrics()
.
More...
#include <adt_quality_control.hpp>
Public Attributes | |
std::vector< Sum_ > | sum |
std::vector< Detected_ > | detected |
std::vector< std::vector< Sum_ > > | subset_sum |
Results of compute_adt_qc_metrics()
.
Sum_ | Numeric type to store the summed expression. |
Detected_ | Integer type to store the number of cells. |
std::vector<Sum_> scran_qc::ComputeAdtQcMetricsResults< Sum_, Detected_ >::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::ComputeAdtQcMetricsResults< Sum_, Detected_ >::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<Sum_> > scran_qc::ComputeAdtQcMetricsResults< Sum_, Detected_ >::subset_sum |
Sum 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.