8 #ifndef OPENMS_CHEMISTRY_PROFORMA_H
9 #define OPENMS_CHEMISTRY_PROFORMA_H
16 #include <unordered_map>
17 #include <unordered_set>
27 std::pair<size_t, size_t>
range = {0, 0};
43 void addModification(
size_t start_pos,
size_t end_pos,
const std::string& mod_id,
double mass_shift);
51 std::unordered_set<std::string> supported_cvs_{
"UNIMOD",
"MOD",
"RESID",
"XLMOD",
"GNO"};
Representation of a peptide/protein sequence.
Definition: AASequence.h:86
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
bool ambiguous_start
Definition: ProForma.h:24
double mass_shift
Definition: ProForma.h:23
bool stop_position
Definition: ProForma.h:25
std::pair< size_t, size_t > range
Definition: ProForma.h:27
std::string modification_name
Definition: ProForma.h:26
Definition: ProForma.h:22