cagey.MassSpectrumTopologyAssignment#

class cagey.MassSpectrumTopologyAssignment(mass_spectrum_peak_id, topology)[source]#

Bases: object

A topology assignment for a mass spectrum peak.

Parameters:
  • mass_spectrum_peak_id (int) – The mass spectrum peak id.

  • topology (str) – The topology.

Methods

Attributes

mass_spectrum_peak_id

The mass spectrum peak id.

topology

The topology.

mass_spectrum_peak_id: int#

The mass spectrum peak id.

topology: str#

The topology.