OpenMS / OpenMS

The codebase of the OpenMS project
https://www.openms.de
Other
478 stars 317 forks source link

TOPPView: extend data filter functionality to more general live/online processing #4974

Open timosachsenberg opened 4 years ago

timosachsenberg commented 4 years ago

E.g, adding deconvolution m/z to Da would be nice to have. The current interface doesn't support changing axis labels though or adding peak labels on the fly. Refactoring https://github.com/OpenMS/OpenMS/blob/develop/src/openms/include/OpenMS/FILTERING/DATAREDUCTION/DataFilters.h to support these features would be a nice and valuable addition.

timosachsenberg commented 4 years ago

In the process we could also move annotation with theoretical spectra, peak annotations, etc. to the data filter box (in this case applicable to ID data).