kira-spliceqc 0.2.0

Deterministic, explainable splicing QC for single-cell expression data.
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone)]
pub struct CrypticSplicingRiskMetrics {
    pub cryptic_risk: Vec<f32>,
    pub x_sr_hnrnp: Vec<f32>,
    pub x_entropy: Vec<f32>,
    pub x_nmd: Vec<f32>,
}