Module mzpeaks::peak

source ·
Expand description

A peak is the most atomic unit of a (processed) mass spectrum. It represents a location in one (or more) coordinate spaces with an measured intensity value

All peak-like types implement PartialEq, PartialOrd, and CoordinateLike

Structs§

  • Represent a single m/z coordinate with an intensity and an index. Nearly the most basic peak representation for peak-picked data.
  • Represent a single neutral mass coordinate with an intensity, a known charge and an index.

Traits§