|
OpenMS
2.5.0
|
Go to the documentation of this file.
174 static String getResidueTypeName(
const ResidueType res_type);
192 const String& three_letter_code,
193 const String& one_letter_code,
214 void setName(
const String& name);
218 const String& getName()
const;
221 void setShortName(
const String& short_name);
224 const String& getShortName()
const;
227 void setSynonyms(
const std::set<String>& synonyms);
230 void addSynonym(
const String& synonym);
233 const std::set<String>& getSynonyms()
const;
236 void setThreeLetterCode(
const String& three_letter_code);
239 const String& getThreeLetterCode()
const;
242 void setOneLetterCode(
const String& one_letter_code);
245 const String& getOneLetterCode()
const;
251 void setLossFormulas(
const std::vector<EmpiricalFormula>&);
257 void setNTermLossFormulas(
const std::vector<EmpiricalFormula>&);
260 const std::vector<EmpiricalFormula>& getLossFormulas()
const;
263 const std::vector<EmpiricalFormula>& getNTermLossFormulas()
const;
266 void setLossNames(
const std::vector<String>& name);
269 void setNTermLossNames(
const std::vector<String>& name);
272 void addLossName(
const String& name);
275 void addNTermLossName(
const String& name);
278 const std::vector<String>& getLossNames()
const;
281 const std::vector<String>& getNTermLossNames()
const;
290 void setAverageWeight(
double weight);
293 double getAverageWeight(ResidueType res_type = Full)
const;
296 void setMonoWeight(
double weight);
299 double getMonoWeight(ResidueType res_type = Full)
const;
308 const String& getModificationName()
const;
311 void setLowMassIons(
const std::vector<EmpiricalFormula>& low_mass_ions);
314 const std::vector<EmpiricalFormula>& getLowMassIons()
const;
317 void setResidueSets(
const std::set<String>& residues_sets);
320 void addResidueSet(
const String& residue_sets);
323 const std::set<String>& getResidueSets()
const;
326 double getPka()
const;
329 double getPkb()
const;
332 double getPkc()
const;
335 double getPiValue()
const;
338 void setPka(
double value);
341 void setPkb(
double value);
344 void setPkc(
double value);
347 double getSideChainBasicity()
const;
350 void setSideChainBasicity(
double gb_sc);
353 double getBackboneBasicityLeft()
const;
356 void setBackboneBasicityLeft(
double gb_bb_l);
359 double getBackboneBasicityRight()
const;
362 void setBackboneBasicityRight(
double gb_bb_r);
368 bool hasNeutralLoss()
const;
372 bool hasNTermNeutralLosses()
const;
387 bool isModified()
const;
390 bool isInResidueSet(
const String& residue_set);
394 static char residueTypeToIonLetter(
const ResidueType& res_type);
397 friend OPENMS_DLLAPI std::ostream&
operator<<(std::ostream& os,
const Residue& residue);
458 double internal_to_full_monoweight_ = getInternalToFull().getMonoWeight();
459 double internal_to_nterm_monoweight_ = getInternalToNTerm().getMonoWeight();
460 double internal_to_cterm_monoweight_ = getInternalToCTerm().getMonoWeight();
461 double internal_to_a_monoweight_ = getInternalToAIon().getMonoWeight();
462 double internal_to_b_monoweight_ = getInternalToBIon().getMonoWeight();
463 double internal_to_c_monoweight_ = getInternalToCIon().getMonoWeight();
464 double internal_to_x_monoweight_ = getInternalToXIon().getMonoWeight();
465 double internal_to_y_monoweight_ = getInternalToYIon().getMonoWeight();
466 double internal_to_z_monoweight_ = getInternalToZIon().getMonoWeight();
473 OPENMS_DLLAPI std::ostream&
operator<<(std::ostream& os,
const Residue& residue);
no stored annotation
Definition: Residue.h:168
residue data base which holds residues
Definition: ResidueDB.h:60
Base class for TOPP applications.
Definition: TOPPBase.h:144
double gb_sc_
Definition: Residue.h:448
MS:1001224 N-terminus up to the peptide bond.
Definition: Residue.h:157
Representation of a modification.
Definition: ResidueModification.h:76
double pka_
Definition: Residue.h:440
General data processing (if no other term applies)
Definition: DataProcessing.h:60
double loss_mono_weight_
Definition: Residue.h:434
double loss_average_weight_
Definition: Residue.h:432
static const EmpiricalFormula & getInternalToCIon()
Definition: Residue.h:115
void store(const String &filename, const PeakMap &map) const
Stores a map in an MzML file.
MS:1001230 C-alpha/carbonyl carbon bond.
Definition: Residue.h:161
void setValue(const String &key, const DataValue &value, const String &description="", const StringList &tags=StringList())
Sets a value.
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:58
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
static const EmpiricalFormula & getInternalToCTerm()
Definition: Residue.h:93
Linear Resampling of raw data with alignment.
Definition: LinearResamplerAlign.h:57
MS:1001231 N-terminus up to the amide/C-alpha bond.
Definition: Residue.h:158
void raster_align(SpecT &container, double start_pos, double end_pos)
Applies the resampling algorithm to a container (MSSpectrum or MSChromatogram) with fixed coordinates...
Definition: LinearResamplerAlign.h:116
const ResidueModification * modification_
Definition: Residue.h:421
MS:1001229 N-terminus up to the C-alpha/carbonyl carbon bond.
Definition: Residue.h:156
bool clearMetaDataArrays()
Clears the meta data arrays of all contained spectra (float, integer and string arrays)
Size size() const
Definition: MSExperiment.h:127
std::vector< String > NTerm_loss_names_
Definition: Residue.h:428
double pkc_
Definition: Residue.h:446
EmpiricalFormula internal_formula_
Definition: Residue.h:414
Linear Resampling of raw data.
Definition: LinearResampler.h:61
MS:1001523 Precursor ion.
Definition: Residue.h:162
static const EmpiricalFormula & getInternalToAIon()
Definition: Residue.h:99
MS:1001233 y ion without ammonia.
Definition: Residue.h:166
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
internal, without any termini
Definition: Residue.h:153
double gb_bb_r_
Definition: Residue.h:452
static const EmpiricalFormula & getInternalToBIon()
Definition: Residue.h:107
static const EmpiricalFormula & getInternalToFull()
Definition: Residue.h:81
Representation of a residue.
Definition: Residue.h:61
void load(const String &filename, PeakMap &map)
Loads a map from a MzML file. Spectra and chromatograms are sorted by default (this can be disabled u...
double mono_weight_
Definition: Residue.h:418
double gb_bb_l_
Definition: Residue.h:450
only N-terminus
Definition: Residue.h:154
static const EmpiricalFormula & getInternalToXIon()
Definition: Residue.h:122
MS:1001240 Non-identified ion.
Definition: Residue.h:167
only C-terminus
Definition: Residue.h:155
double pkb_
Definition: Residue.h:443
std::vector< EmpiricalFormula > low_mass_ions_
Definition: Residue.h:437
std::set< String > synonyms_
Definition: Residue.h:406
static const EmpiricalFormula & getInternalToYIon()
Definition: Residue.h:130
MS:1001222 b ion without water.
Definition: Residue.h:163
void clear(bool clear_meta_data)
Clears all data and meta data.
void setParameters(const Param ¶m)
Sets the parameters.
std::vector< EmpiricalFormula > loss_formulas_
Definition: Residue.h:426
ResidueType
Definition: Residue.h:150
EmpiricalFormula formula_
Definition: Residue.h:412
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
void setModification(int location, int max_size, String modification, OpenMS::AASequence &aas)
helper function that sets a modification on a AASequence object
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
std::vector< EmpiricalFormula > NTerm_loss_formulas_
Definition: Residue.h:430
String one_letter_code_
Definition: Residue.h:410
double average_weight_
Definition: Residue.h:416
String short_name_
Definition: Residue.h:404
void raster(MSSpectrum &spectrum)
Applies the resampling algorithm to an MSSpectrum.
Definition: LinearResampler.h:84
static const EmpiricalFormula & getInternalToZIon()
Definition: Residue.h:137
std::set< String > residue_sets_
Definition: Residue.h:455
Management and storage of parameters / INI files.
Definition: Param.h:73
MS:1001232 b ion without ammonia.
Definition: Residue.h:165
String name_
Definition: Residue.h:402
MS:1001220 peptide bond up to the C-terminus.
Definition: Residue.h:160
MS:1001228 amide/C-alpha bond up to the C-terminus.
Definition: Residue.h:159
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
std::vector< String > loss_names_
Definition: Residue.h:424
MS:1001223 y ion without water.
Definition: Residue.h:164
static const EmpiricalFormula & getInternalToNTerm()
Definition: Residue.h:87
void setLogType(LogType type) const
Sets the progress log that should be used. The default type is NONE!
String three_letter_code_
Definition: Residue.h:408