|
void | convertTargetedExperimentToPQP (const char *filename, OpenMS::TargetedExperiment &targeted_exp) |
| Write out a targeted experiment (TraML structure) into a PQP file. More...
|
|
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) More...
|
|
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) More...
|
|
|
| TransitionPQPFile () |
| Constructor. More...
|
|
| ~TransitionPQPFile () override |
| Destructor. More...
|
|
void | convertTargetedExperimentToTSV (const char *filename, OpenMS::TargetedExperiment &targeted_exp) |
| Write out a targeted experiment (TraML structure) into a tsv file. More...
|
|
void | convertTSVToTargetedExperiment (const char *filename, FileTypes::Type filetype, OpenMS::TargetedExperiment &targeted_exp) |
| Read in a tsv/mrm file and construct a targeted experiment (TraML structure) More...
|
|
void | convertTSVToTargetedExperiment (const char *filename, FileTypes::Type filetype, OpenSwath::LightTargetedExperiment &targeted_exp) |
| Read in a tsv file and construct a targeted experiment (Light transition structure) More...
|
|
void | validateTargetedExperiment (const OpenMS::TargetedExperiment &targeted_exp) |
| Validate a TargetedExperiment (check that all ids are unique) More...
|
|
| TransitionTSVFile () |
| Constructor. More...
|
|
| ~TransitionTSVFile () override |
| Destructor. More...
|
|
| ProgressLogger () |
| Constructor. More...
|
|
| ~ProgressLogger () |
| Destructor. More...
|
|
| ProgressLogger (const ProgressLogger &other) |
| Copy constructor. More...
|
|
ProgressLogger & | operator= (const ProgressLogger &other) |
| Assignment Operator. More...
|
|
void | setLogType (LogType type) const |
| Sets the progress log that should be used. The default type is NONE! More...
|
|
LogType | getLogType () const |
| Returns the type of progress log being used. More...
|
|
void | startProgress (SignedSize begin, SignedSize end, const String &label) const |
| Initializes the progress display. More...
|
|
void | setProgress (SignedSize value) const |
| Sets the current progress. More...
|
|
void | endProgress () const |
| Ends the progress display. More...
|
|
void | nextProgress () const |
| increment progress by 1 (according to range begin-end) More...
|
|
Public Member Functions inherited from DefaultParamHandler |
| DefaultParamHandler (const String &name) |
| Constructor with name that is displayed in error messages. More...
|
|
| DefaultParamHandler (const DefaultParamHandler &rhs) |
| Copy constructor. More...
|
|
virtual | ~DefaultParamHandler () |
| Destructor. More...
|
|
virtual DefaultParamHandler & | operator= (const DefaultParamHandler &rhs) |
| Assignment operator. More...
|
|
virtual bool | operator== (const DefaultParamHandler &rhs) const |
| Equality operator. More...
|
|
void | setParameters (const Param ¶m) |
| Sets the parameters. More...
|
|
const Param & | getParameters () const |
| Non-mutable access to the parameters. More...
|
|
const Param & | getDefaults () const |
| Non-mutable access to the default parameters. More...
|
|
const String & | getName () const |
| Non-mutable access to the name. More...
|
|
void | setName (const String &name) |
| Mutable access to the name. More...
|
|
const std::vector< String > & | getSubsections () const |
| Non-mutable access to the registered subsections. More...
|
|
This class supports reading and writing of PQP files.
The PQP files are SQLite databases consisting of several tables representing the data contained in TraML files.
This class can convert TraML and PQP files into each other