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::index::Index;

Modules

Async CSI index and fields.

Binning index utilities.

Coordinate-sorted index and fields.

Structs

An async CSI reader.

An async CSI writer.

A CSI reader.

A CSI writer.

Traits

An extension that adds methods to binning index reference sequence types.

Functions

Reads the entire contents of a coordinate-sorted index (CSI).

Writes a coordinate-sorted index (CSI) to a file.