massdash.structs.GenericFeature

class massdash.structs.GenericFeature(leftBoundary: float, rightBoundary: float, areaIntensity: float | None = None)

Bases: ABC

This is a generic peak picker class which should serve as an abstract class which future peak pickers can easily be added

abstract getBoundaries() Tuple[float, float]

Returns the boundaries of the feature