Learn R Programming

specmine (version 4.0.0)

convert_multiple_spcmnm_to_kegg: Get kegg codes from spcmnm codes:

Description

Get kegg codes from spcmnm codes:

Usage

convert_multiple_spcmnm_to_kegg(spcmnm_codes)

Value

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

Arguments

spcmnm_codes

Character vector of SPCMNM identifiers.

Examples

Run this code
if (FALSE) {
convert_multiple_spcmnm_to_kegg(c("SPCM00001"))
}

Run the code above in your browser using DataLab