predict_Iso | R Documentation |
Takes the output of find_bench_peaks
predicts peak areas as well as peak heights for lower abundant isotopologues
from the most abundant isotopologue
predict_Iso(
DTT,
SampleIdentifier_col,
Molecule_Adduct_col,
isoab_col,
flag_extremes = FALSE,
max_bias_area = 35,
max_bias_height = 30,
area_height_bias_diff = 30
)
DTT |
output of |
SampleIdentifier_col |
name of column(s) with file names |
Molecule_Adduct_col |
name of column(s) with molecule and adduct identifiers |
isoab_col |
name of column with isotopic abundance information |
flag_extremes |
whether outliers should be flagged (more than 30% of in area or more than 30% of in area but with area and height being in agreement within 30%) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.