libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
psmspecglobscan.h
Go to the documentation of this file.
1
/**
2
* \file pappsomspp/processing/cbor/psm/evalscan/psmspecglobscan.h
3
* \date 19/07/2025
4
* \author Olivier Langella
5
* \brief compute specglob alignment on scan's PSM
6
*/
7
8
/*******************************************************************************
9
* Copyright (c) 2025 Olivier Langella <Olivier.Langella@universite-paris-saclay.fr>.
10
*
11
* This file is part of PAPPSOms-tools.
12
*
13
* PAPPSOms-tools is free software: you can redistribute it and/or modify
14
* it under the terms of the GNU General Public License as published by
15
* the Free Software Foundation, either version 3 of the License, or
16
* (at your option) any later version.
17
*https://visio.numerique.gouv.fr/
18
* PAPPSOms-tools is distributed in the hope that it will be useful,
19
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
* GNU General Public License for more details.
22
*
23
* You should have received a copy of the GNU General Public License
24
* along with PAPPSOms-tools. If not, see <http://www.gnu.org/licenses/>.
25
*
26
******************************************************************************/
27
#pragma once
28
29
#include "../cborscanmapbase.h"
30
#include "
psmspecglob.h
"
31
32
namespace
pappso::cbor::psm
33
{
34
/**
35
* @todo write docs
36
*/
37
class
PsmSpecGlobScan
:
public
CborScanMapBase
38
{
39
public
:
40
/**
41
* Default constructor
42
*/
43
PsmSpecGlobScan
(
const
PsmSpecGlob
&psm_specgloc,
44
pappso::PrecisionPtr
fragment_tolerance);
45
46
/**
47
* Destructor
48
*/
49
virtual
~PsmSpecGlobScan
();
50
51
protected
:
52
void
process
()
override
;
53
54
private
:
55
const
PsmSpecGlob
*
mp_psmSpecGlob
;
56
pappso::PrecisionPtr
m_fragmentTolerance
;
57
bool
m_checkMutations
=
false
;
58
};
59
}
// namespace pappso::cbor::psm
pappso::PrecisionBase
Definition
precision.h:44
pappso::cbor::psm::CborScanMapBase
Definition
cborscanmapbase.h:46
pappso::cbor::psm::PsmSpecGlobScan
Definition
psmspecglobscan.h:38
pappso::cbor::psm::PsmSpecGlobScan::m_fragmentTolerance
pappso::PrecisionPtr m_fragmentTolerance
Definition
psmspecglobscan.h:56
pappso::cbor::psm::PsmSpecGlobScan::m_checkMutations
bool m_checkMutations
Definition
psmspecglobscan.h:57
pappso::cbor::psm::PsmSpecGlobScan::mp_psmSpecGlob
const PsmSpecGlob * mp_psmSpecGlob
Definition
psmspecglobscan.h:55
pappso::cbor::psm::PsmSpecGlobScan::~PsmSpecGlobScan
virtual ~PsmSpecGlobScan()
Definition
psmspecglobscan.cpp:43
pappso::cbor::psm::PsmSpecGlobScan::process
void process() override
Definition
psmspecglobscan.cpp:48
pappso::cbor::psm::PsmSpecGlob
Definition
psmspecglob.h:40
pappso::cbor::psm
Definition
cborscanmapbase.h:38
psmspecglob.h
pappsomspp
core
processing
cbor
psm
evalscan
psmspecglobscan.h
Generated on Thu Nov 6 2025 12:27:26 for libpappsomspp by
1.9.8