dsammour

Results 4 issues of dsammour

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 #...

* 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...