find_chebis {protti} | R Documentation |
Find ChEBI IDs for name patterns
Description
Search for chebi IDs that match a specific name pattern. A list of corresponding ChEBI IDs is returned.
Usage
find_chebis(chebi_data, pattern)
Arguments
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 |
Value
A list of character vectors containing ChEBI IDs that have a name matching the supplied pattern. It contains one element per pattern.