make_MID2 | R Documentation |
This function produces a data frame with mass isotopologue distribution (MID) data that is corrected for naturally occurring 13C.
make_MID2(
DF,
isotope_correction_remove_small_values_flag = FALSE,
isotope_correction_remove_small_values_threshold = 0.1
)
DF |
The input data. This should be a data frame with Name, Iso, Condition, Exp, Value, Used_ID, KEGG.ID, Nr.C, Rt and Formula columns. |
isotope_correction_remove_small_values_flag |
logical flag for wheter to run the remove small values code |
isotope_correction_remove_small_values_threshold |
threshold used in the remove small values code |
A data frame with MID data.
Daniel Braas, Thomas Graeber
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.