bascet 0.4.0

Bascet is a tool to preprocess single-cell data, handling barcode detection, trimming, QC, and managing the execution of custom tools for each cell
Documentation
1
2
3
4
5
6
7
8
pub mod bounded_heap;
pub mod kmer_codec;
pub mod kmc_counter;

pub use bounded_heap::BoundedHeap;
pub use bounded_heap::BoundedMinHeap;

pub use kmer_codec::KMERCodec;