make_MID2: This function produces a data frame with mass isotopologue...

View source: R/make_MID2.R

make_MID2R Documentation

This function produces a data frame with mass isotopologue distribution (MID) data that is corrected for naturally occurring 13C.

Description

This function produces a data frame with mass isotopologue distribution (MID) data that is corrected for naturally occurring 13C.

Usage

make_MID2(
  DF,
  isotope_correction_remove_small_values_flag = FALSE,
  isotope_correction_remove_small_values_threshold = 0.1
)

Arguments

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

Value

A data frame with MID data.

Author(s)

Daniel Braas, Thomas Graeber


graeberlab-ucla/MetabR documentation built on Feb. 5, 2024, 2:06 p.m.