| massbank_alkanes {mssearchr} | R Documentation |
Mass spectra of alkanes
Description
Electron ionization mass spectra of alkanes from the MassBank database (version 2023.11).
Usage
massbank_alkanes
Format
A list of nested lists. Each nested list is a mass spectrum. Each nested list contains the following elements (a more detailed description can be found in the official documentation of MassBank):
nameA string. Name of the chemical compound analyzed.
synonA character vector. Alternative chemical names. The element may be absent for certain mass spectra.
db_noA string. Identifier of the MassBank record.
inchikeyA string. InChIKey.
inchiA string. IUPAC International Chemical Identifier (InChI Code).
smilesA string. SMILES string
spectrum_typeA string. MSn type of data.
instrument_typeA string. Type of instrument.
instrumentA string. Commercial name and manufacturer of instrument.
ion_modeA string. Polarity of ion detection.
formulaA string. Chemical formula.
mwA string. Nominal mass.
exactmassA string. Exact mass.
commentsA string. Comments.
splashA string. Hashed identifier of mass spectra.
libraryA string. The name and version of the database.
mzA numeric vector. Mass values of mass spectral peaks.
intstA numeric vector. Intensities of mass spectral peaks.