35 #ifndef OPENMS_FORMAT_IBSPECTRAFILE_H 36 #define OPENMS_FORMAT_IBSPECTRAFILE_H 38 #include <OpenMS/config.h> 42 #include <boost/shared_ptr.hpp> 50 class IsobaricQuantitationMethod;
91 boost::shared_ptr<IsobaricQuantitationMethod> guessExperimentType_(
const ConsensusMap& cm);
111 #endif // #ifndef OPENMS_FORMAT_IBSPECTRAFILE_H A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:72
Representation of a peptide/protein sequence.
Definition: AASequence.h:108
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Implements the export of consensusmaps into the IBSpectra format used by isobar to load quantificatio...
Definition: IBSpectraFile.h:57
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:74
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:55