libpappsomspp
Library for mass spectrometry
|
Classes | |
class | AlignmentMethod |
class | CborOutputStream |
class | JsonInput |
class | MbrPeptideMeasurements |
class | MsRun |
class | MsRunGroup |
class | MsRunPeptideList |
class | Peptide |
class | PeptideBase |
class | PeptideLabel |
class | PeptideMeasurements |
class | PeptideMeasurementsBase |
class | PeptideObservation |
class | Precursor |
A Precursor object represents the parent/precursor of the MS level 2 scan with number _scan_num in the mzxml file. More... | |
class | PrecursorParser |
class | Protein |
class | QuantificationMethod |
class | Utils |
Typedefs | |
typedef std::shared_ptr< AlignmentMethod > | AlignmentMethodSp |
typedef std::shared_ptr< MbrPeptideMeasurements > | MbrPeptideMeasurementsSp |
typedef std::shared_ptr< MsRun > | MsRunSp |
typedef std::shared_ptr< MsRunGroup > | MsRunGroupSp |
typedef std::shared_ptr< MsRunPeptideList > | MsRunPeptideListSp |
typedef std::shared_ptr< Peptide > | PeptideSp |
typedef std::shared_ptr< PeptideLabel > | PeptideLabelSp |
typedef std::shared_ptr< PeptideObservation > | PeptideObservationSp |
typedef std::shared_ptr< PeptideMeasurements > | PeptideMeasurementsSp |
typedef std::shared_ptr< Precursor > | PrecursorSp |
typedef std::shared_ptr< Protein > | ProteinSp |
typedef std::shared_ptr< QuantificationMethod > | QuantificationMethodSp |
Enumerations | |
enum class | PeakQualityCategory : std::int8_t { nomatch , aa , a , ab , zaa , za , zab , b , c , d , post_matching , missed , last } |
Variables | |
class PMSPP_LIB_DECL | AlignmentMethod |
typedef std::shared_ptr<AlignmentMethod> pappso::masschroq::AlignmentMethodSp |
Definition at line 42 of file alignmentmethod.h.
typedef std::shared_ptr<MbrPeptideMeasurements> pappso::masschroq::MbrPeptideMeasurementsSp |
Definition at line 44 of file mbrpeptidemeasurements.h.
typedef std::shared_ptr<MsRunGroup> pappso::masschroq::MsRunGroupSp |
Definition at line 42 of file msrungroup.h.
typedef std::shared_ptr<MsRunPeptideList> pappso::masschroq::MsRunPeptideListSp |
Definition at line 47 of file msrunpeptidelist.h.
typedef std::shared_ptr<MsRun> pappso::masschroq::MsRunSp |
typedef std::shared_ptr<PeptideLabel> pappso::masschroq::PeptideLabelSp |
typedef std::shared_ptr<PeptideMeasurements> pappso::masschroq::PeptideMeasurementsSp |
Definition at line 50 of file peptidemeasurements.h.
typedef std::shared_ptr< PeptideObservation > pappso::masschroq::PeptideObservationSp |
Definition at line 45 of file peptidemeasurements.h.
typedef std::shared_ptr<Peptide> pappso::masschroq::PeptideSp |
typedef std::shared_ptr<Precursor> pappso::masschroq::PrecursorSp |
Definition at line 39 of file precursor.h.
typedef std::shared_ptr<Protein> pappso::masschroq::ProteinSp |
typedef std::shared_ptr<QuantificationMethod> pappso::masschroq::QuantificationMethodSp |
Definition at line 46 of file quantificationmethod.h.
|
strong |
Definition at line 41 of file types.h.
class PMSPP_LIB_DECL pappso::masschroq::AlignmentMethod |
Definition at line 40 of file alignmentmethod.h.