flax: Flaxseed lignan extract intervention microbiome data

flaxR Documentation

Flaxseed lignan extract intervention microbiome data

Description

Baseline microbiome data (X) from a study on the effects of flaxseed lignan extract intervention on enterolactone production (Y). The H matrix is a similarity kernel generated from unweighted Unifrac distances between the samples. The Q matrix is a similarity kernel generated from an Aitchisen variation matrix computed between the p variables. The Y vector is already centered and scaled, and the X matrix has already been normalized with the centered log ratio and then column-centered and scaled.

Usage

data(flax)

Format

A list of the four matrices descibed above.

References

Lampe et al. (2019) The American Journal of Clinical Nutrition (PubMed)

Examples

data(flax)
KPR(X = flax$X, Y = flax$Y, Q = flax$Q, H = flax$H)

pknight24/KPR documentation built on Aug. 5, 2023, 7:01 a.m.