pub fn compute_qc( data: &SparseIoVec, cfg: &QcConfig, block_size: Option<usize>, ) -> Result<QcReport>
Compute the two-tier cell-QC report. block_size controls the streaming stat passes (None = default chunking).
block_size
None