Learn R Programming

specmine (version 4.0.0)

convert_chebi_to_kegg: Get kegg codes from chebi codes:

Description

Auto-exported function: convert_chebi_to_kegg

Usage

convert_chebi_to_kegg(chebi_codes)

Value

A named character vector with the KEGG compound identifiers corresponding to the input ChEBI codes. The vector values are KEGG compound codes prefixed with "cpd:", and the element names are the matched compound names.

Arguments

chebi_codes

Character vector of ChEBI identifiers.

Examples

Run this code
if (FALSE) {
convert_chebi_to_kegg(c("CHEBI:15377"))
}

Run the code above in your browser using DataLab