View source: R/isotope_calcs_base.R
correct_iso_base | R Documentation |
This function corrects the raw del13C output for methylation and normalizes to the del13C standard USGS40 (L-glutamic acid).
correct_iso_base(df, d13c_correction, methanol_13c, min_height = NULL)
|
peak list dataframe or tibble. This should contain the following columns at a minimum: Batch, DataFileName, RetTimeSecs, MajorHeightnA, TotalPeakArea1, DisplayDelta1, Name. This can be the output from import_batch() or import_batch_multi(). |
|
difference between measured USGS40 value and expected USGS40 value (-26.39 per mil). If IonVantage output has already been corrected, then enter 0. |
|
13C signature of the methanol used for methylation. |
Returns a tibble with columns from input dataframe and a corrected d13C column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.