NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/Bioseq.hpp>
#include <objects/seq/Seq_inst.hpp>
#include <util/xregexp/regexp.hpp>
#include "pepxml.hpp"
#include "omssa.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef pair< int, string > | TAAModPair |
typedef map< int, string > | TAAModMap |
Variables | |
const double | HYDROGEN_MASS = 1.00794 |
const double | OH_MASS = 17.00734 |
typedef pair<int, string> TAAModPair |
Definition at line 77 of file pepxml.cpp.
const double HYDROGEN_MASS = 1.00794 |
Definition at line 47 of file pepxml.cpp.
Referenced by CPepXML::ConvertModifications(), and CPepXML::ConvertModSetting().
const double OH_MASS = 17.00734 |
Definition at line 48 of file pepxml.cpp.
Referenced by CPepXML::ConvertModifications(), and CPepXML::ConvertModSetting().