libpappsomspp
Library for mass spectrometry
|
Classes | |
struct | AminoAcidModel |
class | ExperimentalSpectrum |
struct | ExperimentalSpectrumDataPoint |
class | PeptideModel |
class | PeptideSpectrum |
struct | PeptideSpectrumDataPoint |
class | PostTreatment |
class | ScoreValues |
class | SpectralAlignment |
struct | SpectralAlignmentDataPoint |
struct | TheoreticalPeakDataPoint |
Typedefs | |
typedef std::shared_ptr< const ExperimentalSpectrum > | ExperimentalSpectrumCsp |
typedef std::shared_ptr< const PeptideSpectrum > | PeptideSpectraCsp |
Enumerations | |
enum class | SpectralAlignmentType : std::uint8_t { nonAlign , reAlign = 1 , align = 2 } |
enum class | ScoreValueType : std::uint8_t { scoreNonAlign = 0 , scoreReAlignNative = 1 , scoreReAlignSym = 2 , scoreReAlignBoth = 3 , scoreAlignNative = 4 , scoreAlignSym = 5 , scoreAlignBoth = 6 , scoreReAlignNativeNO , scoreReAlignSymNO , scoreReAlignBothNO = 9 } |
enum class | ExperimentalSpectrumDataPointType : std::uint8_t { native = 0 , symmetric , both , synthetic } |
typedef std::shared_ptr<const ExperimentalSpectrum> pappso::specglob::ExperimentalSpectrumCsp |
Definition at line 59 of file experimentalspectrum.h.
typedef std::shared_ptr<const PeptideSpectrum> pappso::specglob::PeptideSpectraCsp |
Definition at line 56 of file peptidespectrum.h.
|
strong |
Definition at line 77 of file types.h.
|
strong |
Definition at line 56 of file types.h.
|
strong |
Enumerator | |
---|---|
nonAlign | the type of alignment to put in origin matrix NON Alignment (0 - NA) |
reAlign | Re Alignment (1 - RE) |
align | Alignment (2 - AL) |
Definition at line 47 of file types.h.