polaranges 0.3.2

Rust-first genomic range operations on top of Polars DataFrames
Documentation
1
2
3
4
pub(crate) const PYRANGES_CHROMOSOME_COL: &str = "Chromosome";
pub(crate) const PYRANGES_START_COL: &str = "Start";
pub(crate) const PYRANGES_END_COL: &str = "End";
pub(crate) const PYRANGES_STRAND_COL: &str = "Strand";