masserstein icon indicating copy to clipboard operation
masserstein copied to clipboard

Tools for analysis of Mass Spectrometry data using the Wasserstein metric

Results 4 masserstein issues
Sort by recently updated
recently updated
newest added

Fixing issues like: https://github.com/mciach/masserstein/issues/26

Zero-intensity measurements in experimental spectrum cause a shift of noise in results of `estimate_proportions`. Note: zero-intensity measurements are needed for profile spectra to properly handle peak boundaries. Example: ``` T1...

Spectra contain a boolean label `empty` which has an odd behavior. This causes problems with `Spectrum.merge_confs()` method, because it checks this attribute. Example: ```` T = Spectrum(confs=[(1.0, 1), (1.01, 1)])...

It would be useful to directly support widely used format for spectra, such as for example [mgf](http://www.matrixscience.com/help/data_file_help.html). For example ``` WSDistance. spectrum1.mgf spectrum2.mgf ```