MALDIquant icon indicating copy to clipboard operation
MALDIquant copied to clipboard

Quantitative Analysis of Mass Spectrometry Data

Results 6 MALDIquant issues
Sort by recently updated
recently updated
newest added

Greetings! The instrument I used is AXIMA Performance from Shimadzu. When I ran quality control, it showed my data is centroid. I double checked my data with Shimadzu Offical document,...

question

Hi Sebastian, I am currently working with massive `MassPeaks` lists of MALDI-FTICR data. By massive I mean ``` >length(e$msDataPeaks) [1] 41371 # number of spectra > mean(lengths(e$msDataPeaks)) [1] 2027.565 #...

I've made some changes to use sparse matrices from "Matrix". I think it may be better in terms of memory usage, especially for imaging data, where data are often quite...

enhancement

* Added a new MassSpectrumOnDisk class which inherits AbstractMassObject class and whose Mass and Intensity slots are of "matter::matter_vec" class. * The Mass and Intensity slots of AbstractMassObject have a...

Hi, I am using `MALDIquant `extensively to process MSI datasets. These datasets tend to be extremely large (

feature request
help wanted

Hi Sebastian, This a pull request based on `OnDiskVector` class. I have the following comments: + while I find tracking changes to the OnDiskVector a good idea, I think the...