snp-index 0.1.2

Fast SNP indexing and read matching with scdata integration (cell × SNP sparse matrices)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod genome;
pub mod index;
pub mod locus;
pub mod read;
pub mod vcf;

pub use genome::Genome;
pub use index::{DEFAULT_BIN_WIDTH, SnpIndex, SnpReadMatch};
pub use locus::SnpLocus;
pub use read::{AlignedRead, ObservedBase, ReadOp, ReadOpKind, RefineOptions, Strand};
pub use vcf::{RawSnpRecord, SnpVcfReader, VcfReadOptions};