Go to the documentation of this file.
23 #ifndef _TRADATA_DIFF_HPP_
24 #define _TRADATA_DIFF_HPP_
31 namespace pwiz {
namespace tradata {
struct DiffConfig; } }
39 using namespace tradata;
43 void diff(
const Contact& a,
47 const DiffConfig& config);
189 #endif // _TRADATA_DIFF_HPP_
A possible interpration of the product ion for a transition.
Chemical compound other than a peptide for which one or more transitions.
Information about empirical mass spectrometer observations of the peptide.
configuration struct for diffs
PWIZ_API_DECL void diff(const std::string &a, const std::string &b, std::string &a_b, std::string &b_a, const BaseDiffConfig &config)
Calculate diffs of objects in a ProteoWizard data model hierarchy.
Implementation of ModificationType from the mzIdentML schema.
Information about a prediction for a suitable transition using some software.
Instrument on which transitions are validated.
Implementation of PeptideType from the mzIdentML schema.
void diff(const string &filename1, const string &filename2)
PWIZ_API_DECL std::ostream & operator<<(std::ostream &os, const data::Diff< TraData, DiffConfig > &diff)
Information about the state of validation of a transition on a given instrument model.
Instrument configuration used in the validation or optimization of the transitions.