Skip to contents

Per metabolite, weighted contribution is `absorb_ratio * (c_absorb + n_absorb)`. For absorb form `C5N5` with ratio `0.2`, the weight is `10 * 0.2 = 2`. Values are summed across metabolites per group and absorb form.

Usage

nutrition_summarize_absorb_global(absorb_df, nutrient_groups = NULL)

Arguments

absorb_df

Output from [run_absorb_form_analysis()] after [drop_absorb_c0n0()].

nutrient_groups

Optional character vector of groups to retain.

Value

A data.frame with `sum_absorb_ratio` and `sum_weighted_absorb`.