
searchMetabolomicsFeatureSet
Source:R/searchMetabolomicsFeatureSet.R
searchMetabolomicsFeatureSet.RdSearch metabolomics features through a selected identifier namespace.
Usage
searchMetabolomicsFeatureSet(
conn_handler = NULL,
feature_database,
feature_name = NULL,
verbose = TRUE
)Arguments
- conn_handler
Optional R object obtained from SigRepo::newConnhandler(). If NULL, the stored internal handle is used.
- feature_database
Metabolomics dictionary to search against. One of refmet_id, refmet, hmdb, smiles, or inchikey. This chooses which identifier namespace should be matched in the mapping table.
- feature_name
A feature, or list of features, to look up.
- verbose
Logical; whether to print diagnostic messages. Defaults to 'TRUE'