Metabolites associated with the phenotype

Each bar denotes the coefficient of the metabolite flux in a linear predictor of the phenotype. All fluxes are log-transformed and standardized so coefficients are roughly comparable.

Download coefficients as CSV...

The plot on the left shows a particular metabolite flux by phenotype. The plot on the right shows the overall cross-validation performance of the model in explaining the phenotype.

Download fluxes as CSV...

Model performance

{% if type == "quantitative" %}

training R2 = {{score[2]}}

cross-validation R2 = {{score[0]}} ± {{score[1]}}

{% else %}

training accuracy = {{score[2]}}

cross-validation accuracy = {{score[0]}} ± {{score[1]}}

{% endif %}