|
scran_qc
Simple quality control on single-cell data
|
Results of compute_adt_qc_metrics().
More...
#include <choose_filter_thresholds.hpp>
Public Attributes | |
| Float_ | lower = 0 |
| Float_ | upper = 0 |
Results of compute_adt_qc_metrics().
| Float_ | Floating-point type for the thresholds. |
| Float_ scran_qc::ChooseFilterThresholdsResults< Float_ >::lower = 0 |
Lower threshold. Cells where the relevant QC metric is below this threshold are considered to be low quality. This is set to negative infinity if ChooseFilterThresholdsOptions::lower = false.
| Float_ scran_qc::ChooseFilterThresholdsResults< Float_ >::upper = 0 |
Upper threshold. Cells where the relevant QC metric is above this threshold are considered to be low quality. This is set to positive infinity if ChooseFilterThresholdsOptions::upper = false.