Skip to main content

compute_qc

Function compute_qc 

Source
pub fn compute_qc(
    data: &SparseIoVec,
    cfg: &QcConfig,
    block_size: Option<usize>,
) -> Result<QcReport>
Expand description

Compute the two-tier cell-QC report. block_size controls the streaming stat passes (None = default chunking).