View source: R/Functions_FeatureTable_analysis.R
featureCalcs | R Documentation |
Calculate simple parameters from feature table data.frame. Currently ONLY calculates the mass defect in ppm.
featureCalcs(df, massdef = T)
df |
a feature table data.frame with a column "mz" |
massdef |
if true, calculate the mass defect for each entry in df from their mz values |
df
with an additional column, massdefppm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.