View source: R/data_processing_base.R
calculate_indicators | R Documentation |
This function aggregates lipid concentration data into indicator groups (eg. fungal lipids, bacterial lipids) and calculates their relative abundance. Indicator groups reported as the sum of lipid concentration/ abundance of all lipids in that group. This also calculates total biomass and fungal:bacterial lipid ratio.
calculate_indicators(df, soil_wt_df)
df |
Dataframe or tibble generated from |
soil_wt_df |
Dataframe or tibble containing the dry weight (g) of soil used for lipid extraction for each sample. |
dat |
Dataframe or tibble with named PLFA peak data following format
specified by |
Tibble similar to input with the addition of columns for indicator groups (including total biomass), relative abundance, concentration, and fungal:bacterial lipid ratio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.