Learn R Programming

specmine (version 2.0.3)

get_hmdbs_with_specs_id: HMDB code and name of HMDB 1d-NMR spectra.

Description

Gives the HMDB codes and common names for the HMDB spectra ids provided.

Usage

get_hmdbs_with_specs_id(spec_ids)

Arguments

spec_ids

Vector of HMDB 1D-NMR spectra ids

Value

Dataframe with the HMDB codes and names for each HMDB spectra ids given. Each spectra ids can have more than one metabolite associated.

Examples

Run this code
# NOT RUN {
get_hmdbs_with_specs_id(c("1022","1023", "1024", "1025"))
# }

Run the code above in your browser using DataLab