powered by
load bruker MALDI target plate spectra
loadSpectra(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 the console.
dataDir <- system.file("extdata", package="MALDIcellassay") unzip(file.path(dataDir, "example-raw-spectra.zip")) loadSpectra("example-raw-spectra/") unlink("example-raw-spectra/", recursive = TRUE)
Run the code above in your browser using DataLab