pub type DeconvolutedPeakSet = PeakSetVec<DeconvolutedPeak, Mass>;
Expand description

A PeakSetVec of DeconvolutedPeak items ordered by neutral mass

Aliased Type§

struct DeconvolutedPeakSet {
    pub peaks: Vec<DeconvolutedPeak>,
    /* private fields */
}

Fields§

§peaks: Vec<DeconvolutedPeak>