39 #include <boost/range/algorithm.hpp>
40 #include <boost/range/algorithm_ext/erase.hpp>
232 void readPQPInput_(
const char* filename, std::vector<TSVTransition>& transition_list,
bool legacy_traml_id =
false);
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:65
This class supports reading and writing of PQP files.
Definition: TransitionPQPFile.h:221
~TransitionPQPFile() override
Destructor.
void convertPQPToTargetedExperiment(const char *filename, OpenMS::TargetedExperiment &targeted_exp, bool legacy_traml_id=false)
Read in a PQP file and construct a targeted experiment (TraML structure)
void writePQPOutput_(const char *filename, OpenMS::TargetedExperiment &targeted_exp)
Write a TargetedExperiment to a file.
void convertPQPToTargetedExperiment(const char *filename, OpenSwath::LightTargetedExperiment &targeted_exp, bool legacy_traml_id=false)
Read in a PQP file and construct a targeted experiment (Light transition structure)
void convertTargetedExperimentToPQP(const char *filename, OpenMS::TargetedExperiment &targeted_exp)
Write out a targeted experiment (TraML structure) into a PQP file.
void readPQPInput_(const char *filename, std::vector< TSVTransition > &transition_list, bool legacy_traml_id=false)
Read PQP SQLite file.
This class supports reading and writing of OpenSWATH transition lists.
Definition: TransitionTSVFile.h:147
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: TransitionExperiment.h:207