powered by
load mzML spectra
loadSpectraMzML(Dir, filter = NA, nameSpectra = TRUE, verbose = TRUE)
List of MALDIquant::MassSpectra
Character, parent directory of spectra.
Character vector, filter out spectra which match the given vector.
Logical, if TRUE the spectra in the resulting list will be named according to the dirname.
Logical, print logs to console
dataDir <- system.file("extdata", package="MALDIcellassay") loadSpectraMzML(file.path(dataDir, "Koch2024mzML"))
Run the code above in your browser using DataLab