oxbow 0.7.0

Read conventional genomic file formats as data frames and more via Apache Arrow.
Documentation
1
2
3
4
5
6
7
pub mod model;
pub mod scanner;

pub use model::GenotypeBy;
pub use model::Model as VariantModel;
pub use scanner::bcf::Scanner as BcfScanner;
pub use scanner::vcf::Scanner as VcfScanner;