bsxplorer2 0.2.3

A high-performance library for bisulfite sequencing data analysis and DNA methylation research
Documentation
pub use crate::data_structs::annotation::{
    GffEntry,
    GffEntryAttributes,
    EntryTree,
    HcAnnotStore
};
pub use crate::data_structs::batch::{
    AggMethod,
    BsxBatch,
    BsxBatchBuilder,
    BsxColumns,
    LazyBsxBatch,
};
pub use crate::data_structs::coords::{
    Contig,
    ContigIntervalMap,
    GenomicPosition,
};
pub use crate::data_structs::typedef::BsxSmallStr;
pub use crate::data_structs::{
    Context,
    ContextData,
    MethAgg,
    RegionMethAgg,
    Strand,
};
pub use crate::io::bsx::{
    BatchIndex,
    BsxFileReader,
    BsxFileWriter,
    MultiBsxFileReader,
    RegionReader,
};
#[cfg(feature = "compression")]
pub use crate::io::compression::Compression;
pub use crate::io::report::{
    ReportReader,
    ReportReaderBuilder,
    ReportType,
    ReportWriter,
};