Skip to main content

Crate rsomics_ilr

Crate rsomics_ilr 

Source

Structs§

IlrMatrix
Table
A samples × features composition matrix with row (sample) and column (feature) IDs, stored row-major. Mirrors what skbio ingests from a DataFrame.

Functions§

ilr
Isometric log-ratio transform (Egozcue et al. 2003), matching skbio.stats.composition.ilr with its default basis: ilr(x) = clr(x) · Vᵀ where V is the (D-1)×D Gram-Schmidt orthonormal basis.
run
Errors