Learn R Programming

MALDIrppa (version 1.1.0-2)

spectra: Example mass spectra profiles

Description

List of mass spectra (MassSpectrum class).

Usage

data(spectra)

Arguments

Details

Low-resolution version of a MALDI-TOF mass spectrometry data set in the range [2500, 13000] m/z provided for illustration purposes. It consists of 4 technical replicates of 5 biological replicates from 19 bacterial isolates (see type for associated metadata).

Examples

Run this code
data(spectra)

str(spectra[[1]])
# \donttest{
plot(spectra[[1]])
# }

Run the code above in your browser using DataLab