scran_qc
Simple quality control on single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
scran_qc::ChooseFilterThresholdsResults< Float_ > Struct Template Reference

Results of compute_adt_qc_metrics(). More...

#include <choose_filter_thresholds.hpp>

Public Attributes

Float_ lower = 0
 
Float_ upper = 0
 

Detailed Description

template<typename Float_>
struct scran_qc::ChooseFilterThresholdsResults< Float_ >

Results of compute_adt_qc_metrics().

Template Parameters
Float_Floating-point type for the thresholds.

Member Data Documentation

◆ lower

Lower threshold. Cells where the relevant QC metric is below this threshold are considered to be low quality.j This is set to negative infinity if ChooseFilterThresholdsOptions::lower = false.

◆ upper

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.


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