Description Usage Arguments Value Examples
View source: R/known_metabolites.R
The function compares retention time and mass of metabolites contained in a given template with features in the feature table.
1 | known_metabolites(feature_table_complete, metabolites)
|
feature_table_complete |
A dataframe containing feature in rows and samples in columns. First, second and third columns need to be the feature ID, mass and retention time (min). column needs |
metabolites |
A dataframe with metabolites containing a "mz" (mass) and "rt" (retention time in min) columns. |
The same feature table with an extra column with matched metabolites
1 2 3 4 5 | ## Not run:
FT <- known_metabolites(feature_table_complete, metabolites)
head(FT)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.