kira-spliceqc 0.2.0

Deterministic, explainable splicing QC for single-cell expression data.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone)]
pub struct MissplicingMetrics {
    pub b_core: Vec<f32>,
    pub b_u12: Vec<f32>,
    pub b_nmd: Vec<f32>,
    pub b_srhn: Vec<f32>,
    pub burden: Vec<f32>,
    pub burden_star: Vec<f32>,
}