kira-spliceqc 0.2.0

Deterministic, explainable splicing QC for single-cell expression data.
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone)]
pub struct IsoformDispersionMetrics {
    pub entropy: Vec<f32>,
    pub dispersion: Vec<f32>,
    pub z_entropy: Vec<f32>,
}