This dataset provides all the information on the library of NMR spectra used as references in NMR metabolite identification.
data("spectra_options")A data frame with 1816 observations on the following 9 variables. Each observation corresponds to a spectrum in our library.
SPCMNSa character vector with the spetcra IDs.
SPCMNMa character vector with the metabolite IDs of the corresponding spectra.
FREQUENCYa character vector with the frequencies under which the spectra were obtained.
NUCLEUSa character vector mentioned the nucleus examined. All observations are '1H'.
PHa character vector with the pH of the samples from which the spectra were obtained. May contain missing values.
TEMPERATUREa character vector with the temperature under which the spectra were obtained. May contain missing values.
SOLVENTa character vector with the solvent of the samples from which the spectra were obtained.
ORIGINAL_DATABASE_IDwhenever available, a character vector with the ID of the corresponding spectra from the database it was originally acquired from.
DATABASEa character vector specifying from which database the spectra were taken from.
The spectra were taken from the following databases: HMDB (https://hmdb.ca), BMRB (http://www.bmrb.wisc.edu) and SDBS (https://sdbs.db.aist.go.jp). Some spectra were internally acquired and are mentioned as OUR in the DATABASE variable.
# NOT RUN {
data(spectra_options)
# }
Run the code above in your browser using DataLab