Skip to main content

parse_mtx

Function parse_mtx 

Source
pub fn parse_mtx(reader: impl Read) -> Result<CountMatrix>
Expand description

Parse a MatrixMarket coordinate file (real, integer, or pattern; general). 10x stores genes on rows, cells on columns.