Description Usage Arguments Value Examples
View source: R/HMDB_metabolites.R
assignation_neg_HMDB
is a function to identify the features in negative
ionization. It assumes deprotonation 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_neg_HMDB(feature_table)
|
feature_table |
A data frame containing feature in rows and samples in columns. First and second columns need to be the feature ID and mass. |
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_neg_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.