Skip to main content

Module matrix

Module matrix 

Source
Expand description

Minimal expression-matrix container: features (genes) in rows, samples in columns. Data is stored row-major, so a whole gene (row) is contiguous.

Structsยง

ExprMatrix
An expression matrix with named rows (features/genes) and columns (samples).