redicat 0.4.2

REDICAT - RNA Editing Cellular Assessment Toolkit: A highly parallelized utility for analyzing RNA editing events in single-cell RNA-seq data
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod bam2mtx;
pub mod call;

pub mod prelude {
    pub use super::bam2mtx::{AnnDataConverter, BamProcessor, BarcodeProcessor};
    pub use super::call::{
        annotate_variants_pipeline, calculate_cei, calculate_ref_alt_matrices,
        calculate_site_mismatch_stats, load_rediportal_parallel, AnnDataContainer, EditingType,
        ReferenceGenome,
    };
}