Crate noodles_csi
source ·Expand description
noodles-csi handles the reading and writing of the coordinate-sorted index (CSI) format.
Re-exports§
pub use self::binning_index::BinningIndex;
pub use self::reader::Reader;
pub use self::async::Reader as AsyncReader;
pub use self::async::Writer as AsyncWriter;
Modules§
- Async CSI index and fields.
- Binning index.
- CSI I/O.
- CSI reader.
Structs§
- A CSI writer.
Functions§
- Reads the entire contents of a coordinate-sorted index (CSI).
- Writes a coordinate-sorted index (CSI) to a file.
Type Aliases§
- A coordinate-sorted index (CSI).