Closed elliotfontaine closed 5 months ago
This is due to trimms creating a new MSExperiment for the filtered output, and only adding the spectra. Obvious fix: create a new MSSpectra instead, and then use setSpectra on the original MSExperiment.
trimms
This is due to
trimms
creating a new MSExperiment for the filtered output, and only adding the spectra. Obvious fix: create a new MSSpectra instead, and then use setSpectra on the original MSExperiment.