find_chebis | R Documentation |
Search for chebi IDs that match a specific name pattern. A list of corresponding ChEBI IDs is returned.
find_chebis(chebi_data, pattern)
chebi_data |
a data frame that contains at least information on ChEBI IDs (id) and their
names (name). This data frame can be obtained by calling |
pattern |
a character vector that contains names or name patterns of molecules. Name
patterns can be for example obtained with the |
A list of character vectors containing ChEBI IDs that have a name matching the supplied pattern. It contains one element per pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.