-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Similar to the refineChromPeaks()
method we could have a refineFeatures()
method to clean/fix some correspondence issues. Again, would be nice to have "Param" classes to choose how to refine and specify the parameters. Possible refinement strategies that come to my mind would be to:
- merge features, e.g. if they are overlapping on RT and m/z - and based on some other criteria eventually.
- deisotope data - to remove features that are (clearly) isotopes of other features.
... ?