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ยง
- Expr
Matrix - An expression matrix with named rows (features/genes) and columns (samples).