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::io::Reader;
pub use self::io::Writer;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;
Modules§
- Async CSI.
- Binning index.
- CSI I/O.
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).