libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
pappso::specpeptidoms Namespace Reference

Classes

class  CorrectionTree
struct  Location
class  LocationSaver
struct  AminoAcidModel
class  PeptideModel
 modelize peptide sequence to facilitate rendering in bracket or proforma More...
struct  ScenarioCell
class  Scenario
class  ScoreValues
struct  KeyCell
struct  Alignment
class  SemiGlobalAlignment
struct  SpOMSAa
class  SpOMSProtein
struct  AaPosition
class  SpOMSSpectrum

Typedefs

typedef std::shared_ptr< CorrectionTreeCorrectionTreeSp
typedef std::shared_ptr< const SpOMSSpectrumSpOMSSpectrumCsp

Enumerations

enum class  ScoreType : std::uint8_t {
  foundDouble = 0 , found = 1 , foundShiftDouble = 2 , foundShift = 3 ,
  notFound = 4 , init = 5
}
enum class  AlignType {
  found , shift , perfectShift , notFound ,
  init
}

Functions

const uint MAX_SAVED_ALIGNMENTS (5)
const uint ALIGNMENT_SURPLUS (5)
const int MIN_ALIGNMENT_SCORE (15)
const uint MAX_RETURNED_RESULTS (2)
const uint TOL_PEAKS_MISSING (4)
const uint TOL_PEAKS_MISSING_FIRST_COLUMN (5)
const float ALIGNMENT_FILTER (0.9)

Typedef Documentation

◆ CorrectionTreeSp

Definition at line 42 of file correctiontree.h.

◆ SpOMSSpectrumCsp

Definition at line 66 of file spomsspectrum.h.

Enumeration Type Documentation

◆ AlignType

Enumerator
found 
shift 
perfectShift 
notFound 
init 

Definition at line 50 of file types.h.

◆ ScoreType

enum class pappso::specpeptidoms::ScoreType : std::uint8_t
strong
Enumerator
foundDouble 
found 
foundShiftDouble 
foundShift 
notFound 
init 

Definition at line 40 of file types.h.

Function Documentation

◆ ALIGNMENT_FILTER()

const float pappso::specpeptidoms::ALIGNMENT_FILTER ( 0. 9)

◆ ALIGNMENT_SURPLUS()

const uint pappso::specpeptidoms::ALIGNMENT_SURPLUS ( 5 )

◆ MAX_RETURNED_RESULTS()

const uint pappso::specpeptidoms::MAX_RETURNED_RESULTS ( 2 )

◆ MAX_SAVED_ALIGNMENTS()

const uint pappso::specpeptidoms::MAX_SAVED_ALIGNMENTS ( 5 )

◆ MIN_ALIGNMENT_SCORE()

◆ TOL_PEAKS_MISSING()

const uint pappso::specpeptidoms::TOL_PEAKS_MISSING ( 4 )

◆ TOL_PEAKS_MISSING_FIRST_COLUMN()

const uint pappso::specpeptidoms::TOL_PEAKS_MISSING_FIRST_COLUMN ( 5 )