Description Usage Arguments Value Examples
View source: R/HMDB_metabolites.R
assignation_pos_HMDB
is a function to identify the features in negative
ionization. It assumes protonation of molecules (M - H) from the feature
table and compares with mass of metabolites contained in the The Human
Metabolome Database HMDB_db.
1 | assignation_pos_HMDB(feature_table)
|
feature_table |
A data frame containing feature in rows and samples in columns. A column called "mz" is required with the corresponding mass of each feature. |
The same feature table with two extra column with matched HMDB codes and metabolites. More than one assignation is allowed.
1 2 3 4 5 | ## Not run:
FT <- assignation_pos_HMDB(feature_table)
head(FT)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.