libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
peptiderawfragmentmasses.cpp
Go to the documentation of this file.
1/**
2 * \file pappsomspp/peptide/peptiderawfragmentmasses.cpp
3 * \date 16/7/2016
4 * \author Olivier Langella
5 * \brief class dedicated to raw mass computations of peptide products
6 * (fragments)
7 */
8
9/*******************************************************************************
10 * Copyright (c) 2016 Olivier Langella <Olivier.Langella@moulon.inra.fr>.
11 *
12 * This file is part of the PAPPSOms++ library.
13 *
14 * PAPPSOms++ is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation, either version 3 of the License, or
17 * (at your option) any later version.
18 *
19 * PAPPSOms++ is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
26 *
27 * Contributors:
28 * Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and
29 *implementation
30 ******************************************************************************/
31
33namespace pappso
34{
35
36
39 [(std::int8_t)Enums::PeptideIon::b] = 0,
40 [(std::int8_t)Enums::PeptideIon::bstar] = -MASSNH3,
41 [(std::int8_t)Enums::PeptideIon::bo] = -MASSH2O,
42 [(std::int8_t)Enums::PeptideIon::a] = -MASSCO,
43 [(std::int8_t)Enums::PeptideIon::astar] = -MASSCO - MASSNH3,
44 [(std::int8_t)Enums::PeptideIon::ao] = -MASSCO - MASSH2O,
45 [(std::int8_t)Enums::PeptideIon::bp] = -1,
46 [(std::int8_t)Enums::PeptideIon::c] = MASSNH3,
47 [(std::int8_t)Enums::PeptideIon::y] = MASSH2O,
48 [(std::int8_t)Enums::PeptideIon::ystar] = MASSH2O - MASSNH3,
49 [(std::int8_t)Enums::PeptideIon::yo] = 0,
51 [(std::int8_t)Enums::PeptideIon::yp] = -1,
52 [(std::int8_t)Enums::PeptideIon::x] = MASSCO + MASSOXYGEN};
53
54
57{
58 return m_ionDeltaMz[(std::int8_t)ion_type];
59}
60
61
64{
65
66 qDebug() ;
67 std::vector<Aa>::const_iterator it(peptide.begin());
68 std::vector<Aa>::const_iterator end(peptide.end());
69 if(it == end)
70 return;
71
72 pappso_double nter_internal =
74 pappso_double cter_internal =
76 qDebug() ;
77 pappso_double cumulative_mass = it->getMass();
78 if (peptide.getNterModification() != nullptr) {
79 cumulative_mass += peptide.getNterModification()->getMass();
80 }
81 qDebug() ;
82 m_cumulativeNterMasses.push_back(cumulative_mass);
83 it++;
84
85 if(it != end)
86 {
87 end--;
88 qDebug() ;
89 while(it != end)
90 {
91
92 qDebug()
93 << " cumulative_mass=" << cumulative_mass;
94 cumulative_mass += it->getMass();
96 (it->getLetter() == 'P'))
97 {
98 }
99 else
100 {
101 m_cumulativeNterMasses.push_back(cumulative_mass);
102 }
103 it++;
104 }
105 }
106
107 qDebug() ;
108 std::vector<Aa>::const_reverse_iterator rit(peptide.rbegin());
109 std::vector<Aa>::const_reverse_iterator ritf(peptide.rbegin());
110 std::vector<Aa>::const_reverse_iterator rend(peptide.rend());
111 ritf++;
112 cumulative_mass = rit->getMass();
113 if (peptide.getCterModification() != nullptr) {
114 cumulative_mass += peptide.getCterModification()->getMass();
115 }
116 if((mode == RawFragmentationMode::proline_effect) && (ritf != rend) &&
117 (ritf->getLetter() == 'P'))
118 {
119 }
120 else
121 {
122 m_cumulativeCterMasses.push_back(cumulative_mass);
123 }
124 qDebug() ;
125
126 rit++;
127 ritf++;
128 if(rit != rend)
129 {
130 rend--;
131 while(rit != rend)
132 {
133 cumulative_mass += rit->getMass();
135 (ritf != peptide.rend()) && (ritf->getLetter() == 'P'))
136 {
137 }
138 else
139 {
140 m_cumulativeCterMasses.push_back(cumulative_mass);
141 }
142 rit++;
143 ritf++;
144 }
145 }
146
147 qDebug() ;
148}
149
150void
152 std::vector<pappso_double> &mass_list, Enums::PeptideIon ion_type) const
153{
154 const std::vector<pappso_double> *p_mass_list = &m_cumulativeCterMasses;
155
156 if(peptideIonIsNter(ion_type))
157 {
158 // nter
159 p_mass_list = &m_cumulativeNterMasses;
160 }
161
162 for(pappso_double mass : *p_mass_list)
163 {
164 mass_list.push_back(mass + m_ionDeltaMz[(std::int8_t)ion_type]);
165 }
166}
167
168void
169PeptideRawFragmentMasses::pushBackIonMz(std::vector<pappso_double> &mass_list,
170 Enums::PeptideIon ion_type,
171 unsigned int charge) const
172{
173 const std::vector<pappso_double> *p_mass_list = &m_cumulativeCterMasses;
174
175 if(peptideIonIsNter(ion_type))
176 {
177 // nter
178 p_mass_list = &m_cumulativeNterMasses;
179 }
180
181 for(pappso_double mass : *p_mass_list)
182 {
183 mass_list.push_back(
184 (mass + m_ionDeltaMz[(std::int8_t)ion_type] + (MHPLUS * charge)) /
185 charge);
186 }
187}
188
189void
191 std::vector<SimplePeakIonMatch> &peak_match_list,
192 const MassSpectrum &spectrum,
193 PrecisionPtr precision,
194 Enums::PeptideIon ion_type,
195 unsigned int charge) const
196{
197 std::vector<pappso_double> mass_list;
198 pushBackIonMz(mass_list, ion_type, charge);
199
200 // no need to sort
201 // std::sort(mass_list.begin(), mass_list.end());
202
203 std::vector<pappso_double>::iterator it_mz = mass_list.begin();
204 std::vector<pappso_double>::iterator it_mz_end = mass_list.end();
205
206 // scan products over each peak in spectrum :
207 std::vector<DataPoint>::const_iterator it_peak = spectrum.begin();
208 std::vector<DataPoint>::const_iterator it_peak_end = spectrum.end();
209 unsigned int ion_size = 1;
210 while((it_peak != it_peak_end) && (it_mz != it_mz_end))
211 {
212 MzRange massrange(it_peak->x, precision);
213 if((*it_mz) > massrange.upper())
214 {
215 it_peak++;
216 continue;
217 }
218 if((*it_mz) < massrange.lower())
219 {
220 it_mz++;
221 ion_size++;
222 continue;
223 }
224 peak_match_list.push_back(
225 {(*it_peak), ion_type, ion_size, charge, (*it_mz)});
226 it_mz++;
227 ion_size++;
228 }
229}
230
234} // namespace pappso
pappso_double getMass() const
Class to represent a mass spectrum.
pappso_double lower() const
Definition mzrange.h:71
pappso_double upper() const
Definition mzrange.h:77
void pushBackIonMasses(std::vector< pappso_double > &mass_list, Enums::PeptideIon ion_type) const
void pushBackMatchSpectrum(std::vector< SimplePeakIonMatch > &peak_match_list, const MassSpectrum &spectrum, PrecisionPtr precision, Enums::PeptideIon ion_type, unsigned int charge) const
PeptideRawFragmentMasses(const Peptide &peptide, RawFragmentationMode mode)
std::vector< pappso_double > m_cumulativeCterMasses
cumulative Cter masses (without internal Cter modification)
std::vector< pappso_double > m_cumulativeNterMasses
cumulative Nter masses (without internal Nter modification)
void pushBackIonMz(std::vector< pappso_double > &mass_list, Enums::PeptideIon ion_type, unsigned int charge) const
static pappso_double getDeltaMass(Enums::PeptideIon ion_type)
AaModificationP getCterModification() const
Definition peptide.cpp:627
std::vector< Aa >::const_reverse_iterator rend() const
Definition peptide.cpp:201
std::vector< Aa >::const_reverse_iterator rbegin() const
Definition peptide.cpp:195
AaModificationP getCleavageCterModification() const
Definition peptide.cpp:590
AaModificationP getNterModification() const
Definition peptide.cpp:633
AaModificationP getCleavageNterModification() const
Definition peptide.cpp:585
std::vector< Aa >::iterator begin()
Definition peptide.cpp:171
std::vector< Aa >::iterator end()
Definition peptide.cpp:177
PeptideIon
Enums::PeptideIon enum defines all types of ions (Nter or Cter)
Definition types.h:286
@ a
Nter aldimine ions.
Definition types.h:290
@ y
Cter amino ions.
Definition types.h:295
@ c
Nter amino ions.
Definition types.h:294
@ astar
Nter aldimine ions + NH3 loss.
Definition types.h:291
@ ystar
Cter amino ions + NH3 loss.
Definition types.h:296
@ yo
Cter amino ions + H2O loss.
Definition types.h:297
@ bstar
Nter acylium ions + NH3 loss.
Definition types.h:288
@ b
Nter acylium ions.
Definition types.h:287
@ x
Cter acylium ions.
Definition types.h:300
@ bo
Nter acylium ions + H2O loss.
Definition types.h:289
@ ao
Nter aldimine ions + H2O loss.
Definition types.h:292
@ z
Cter carbocations.
Definition types.h:298
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39
const pappso_double MASSCO(MASSCARBON+MASSOXYGEN)
const pappso_double MHPLUS(1.007276466879)
double pappso_double
A type definition for doubles.
Definition types.h:61
const pappso_double MPROTIUM(1.007825032241)
const pappso_double MASSH2O((MPROTIUM *2)+MASSOXYGEN)
bool peptideIonIsNter(Enums::PeptideIon ion_type)
tells if an ion is Nter
Definition peptide.cpp:85
const pappso_double MASSNH3((MPROTIUM *3)+MASSNITROGEN)
const pappso_double MASSNITROGEN(14.0030740048)
const pappso_double MASSOXYGEN(15.99491461956)
const PrecisionBase * PrecisionPtr
Definition precision.h:122