calc_concentration_tidy: Convert peak areas to concentration

View source: R/data_processing.R

calc_concentration_tidyR Documentation

Convert peak areas to concentration

Description

This function converts peak areas to lipid concentration in units of nmol/g dry soil.Peak areas should be normalized and have standards subtracted prior to running this function.

Usage

calc_concentration_tidy(
  df,
  standard_fnames,
  mw_df = lipid_reference,
  standard_conc = 250,
  inj_vol = 2,
  standard = "13:0",
  soil_wt_df,
  vial_vol = 20
)

Arguments

vial_vol

mlfelice/plfaR documentation built on June 9, 2022, 4:28 p.m.