OpenMS
|
A description of a targeted experiment containing precursor and production ions. More...
#include <OpenMS/ANALYSIS/TARGETED/TargetedExperiment.h>
Classes | |
struct | SummaryStatistics |
Public Types | |
typedef TargetedExperimentHelper::CV | CV |
typedef TargetedExperimentHelper::Protein | Protein |
typedef TargetedExperimentHelper::RetentionTime | RetentionTime |
typedef TargetedExperimentHelper::Compound | Compound |
typedef TargetedExperimentHelper::Peptide | Peptide |
typedef TargetedExperimentHelper::Contact | Contact |
typedef TargetedExperimentHelper::Publication | Publication |
typedef TargetedExperimentHelper::Instrument | Instrument |
typedef TargetedExperimentHelper::Prediction | Prediction |
typedef TargetedExperimentHelper::Interpretation | Interpretation |
typedef ReactionMonitoringTransition | Transition |
typedef Residue | IonType |
typedef std::map< String, const Protein * > | ProteinReferenceMapType |
typedef std::map< String, const Peptide * > | PeptideReferenceMapType |
typedef std::map< String, const Compound * > | CompoundReferenceMapType |
Public Member Functions | |
Constructors and destructors | |
TargetedExperiment () | |
default constructor More... | |
TargetedExperiment (const TargetedExperiment &rhs) | |
copy constructor More... | |
TargetedExperiment (TargetedExperiment &&rhs) noexcept | |
move constructor More... | |
virtual | ~TargetedExperiment () |
destructor More... | |
TargetedExperiment & | operator= (const TargetedExperiment &rhs) |
assignment operator More... | |
TargetedExperiment & | operator= (TargetedExperiment &&rhs) noexcept |
move assignment operator More... | |
Predicates | |
bool | operator== (const TargetedExperiment &rhs) const |
bool | operator!= (const TargetedExperiment &rhs) const |
TargetedExperiment | operator+ (const TargetedExperiment &rhs) const |
Joins two targeted experiments. More... | |
TargetedExperiment & | operator+= (const TargetedExperiment &rhs) |
Add one targeted experiment to another. More... | |
TargetedExperiment & | operator+= (TargetedExperiment &&rhs) |
void | clear (bool clear_meta_data) |
Clears all data and meta data. More... | |
SummaryStatistics | getSummary () const |
return summary stats about this TE. More... | |
Accessors | |
void | setCVs (const std::vector< CV > &cvs) |
const std::vector< CV > & | getCVs () const |
void | addCV (const CV &cv) |
void | setContacts (const std::vector< Contact > &contacts) |
const std::vector< Contact > & | getContacts () const |
void | addContact (const Contact &contact) |
void | setPublications (const std::vector< Publication > &publications) |
const std::vector< Publication > & | getPublications () const |
void | addPublication (const Publication &publication) |
void | setTargetCVTerms (const CVTermList &cv_terms) |
const CVTermList & | getTargetCVTerms () const |
void | addTargetCVTerm (const CVTerm &cv_term) |
void | setTargetMetaValue (const String &name, const DataValue &value) |
void | setInstruments (const std::vector< Instrument > &instruments) |
const std::vector< Instrument > & | getInstruments () const |
void | addInstrument (const Instrument &instrument) |
void | setSoftware (const std::vector< Software > &software) |
const std::vector< Software > & | getSoftware () const |
void | addSoftware (const Software &software) |
void | setProteins (const std::vector< Protein > &proteins) |
void | setProteins (std::vector< Protein > &&proteins) |
const std::vector< Protein > & | getProteins () const |
const Protein & | getProteinByRef (const String &ref) const |
bool | hasProtein (const String &ref) const |
void | addProtein (const Protein &protein) |
void | setCompounds (const std::vector< Compound > &rhs) |
const std::vector< Compound > & | getCompounds () const |
void | addCompound (const Compound &rhs) |
void | setPeptides (const std::vector< Peptide > &rhs) |
void | setPeptides (std::vector< Peptide > &&rhs) |
const std::vector< Peptide > & | getPeptides () const |
bool | hasPeptide (const String &ref) const |
const Peptide & | getPeptideByRef (const String &ref) const |
bool | hasCompound (const String &ref) const |
const Compound & | getCompoundByRef (const String &ref) const |
void | addPeptide (const Peptide &rhs) |
void | setTransitions (const std::vector< ReactionMonitoringTransition > &transitions) |
set transition list More... | |
void | setTransitions (std::vector< ReactionMonitoringTransition > &&transitions) |
const std::vector< ReactionMonitoringTransition > & | getTransitions () const |
returns the transition list More... | |
void | addTransition (const ReactionMonitoringTransition &transition) |
adds a transition to the list More... | |
void | setIncludeTargets (const std::vector< IncludeExcludeTarget > &targets) |
const std::vector< IncludeExcludeTarget > & | getIncludeTargets () const |
void | addIncludeTarget (const IncludeExcludeTarget &target) |
void | setExcludeTargets (const std::vector< IncludeExcludeTarget > &targets) |
const std::vector< IncludeExcludeTarget > & | getExcludeTargets () const |
void | addExcludeTarget (const IncludeExcludeTarget &target) |
void | setSourceFiles (const std::vector< SourceFile > &source_files) |
sets the source files More... | |
const std::vector< SourceFile > & | getSourceFiles () const |
returns the source file list More... | |
void | addSourceFile (const SourceFile &source_file) |
adds a source file to the list More... | |
A description of a targeted experiment containing precursor and production ions.
A targeted experiment contains transitions used in SRM/MRM as well as SWATH-MS/DIA analysis using a targeted approach. This container holds descriptions of the precursors and product ions analyzed in such a targeted experiment. Generally, the precursor ions can be peptides or small molecules (for metabolomics) and each precursor has a set of product ions associated with it.
The TargetedExperiment can be stored to disk either in .traml format using the TraMLFile or in .tsv format using the TransitionTSVFile.
struct OpenMS::TargetedExperiment::SummaryStatistics |
typedef std::map<String, const Compound *> CompoundReferenceMapType |
typedef TargetedExperimentHelper::CV CV |
typedef std::map<String, const Peptide *> PeptideReferenceMapType |
typedef std::map<String, const Protein *> ProteinReferenceMapType |
default constructor
TargetedExperiment | ( | const TargetedExperiment & | rhs | ) |
copy constructor
|
noexcept |
move constructor
|
virtual |
destructor
void addCompound | ( | const Compound & | rhs | ) |
void addContact | ( | const Contact & | contact | ) |
void addCV | ( | const CV & | cv | ) |
void addExcludeTarget | ( | const IncludeExcludeTarget & | target | ) |
void addIncludeTarget | ( | const IncludeExcludeTarget & | target | ) |
void addInstrument | ( | const Instrument & | instrument | ) |
void addPeptide | ( | const Peptide & | rhs | ) |
void addProtein | ( | const Protein & | protein | ) |
void addPublication | ( | const Publication & | publication | ) |
void addSoftware | ( | const Software & | software | ) |
void addSourceFile | ( | const SourceFile & | source_file | ) |
adds a source file to the list
void addTargetCVTerm | ( | const CVTerm & | cv_term | ) |
void addTransition | ( | const ReactionMonitoringTransition & | transition | ) |
adds a transition to the list
void clear | ( | bool | clear_meta_data | ) |
Clears all data and meta data.
clear_meta_data | If true, all meta data is cleared in addition to the data. |
bool containsInvalidReferences | ( | ) | const |
Checks whether the data structure (and the underlying TraML file) contains invalid references.
First checks whether all of the references are unique (protein, peptide, compound). Secondly, checks that each reference is valid and points either to a protein, peptide or compound.
Returns false if the file is valid.
|
protected |
|
protected |
|
protected |
const std::vector<Compound>& getCompounds | ( | ) | const |
Referenced by ChromatogramExtractor::prepareSpectra_().
const std::vector<Contact>& getContacts | ( | ) | const |
const std::vector<CV>& getCVs | ( | ) | const |
const std::vector<IncludeExcludeTarget>& getExcludeTargets | ( | ) | const |
const std::vector<IncludeExcludeTarget>& getIncludeTargets | ( | ) | const |
const std::vector<Instrument>& getInstruments | ( | ) | const |
const std::vector<Peptide>& getPeptides | ( | ) | const |
Referenced by ChromatogramExtractor::prepareSpectra_(), and ConfidenceScoring::scoreMap().
const std::vector<Protein>& getProteins | ( | ) | const |
const std::vector<Publication>& getPublications | ( | ) | const |
const std::vector<Software>& getSoftware | ( | ) | const |
const std::vector<SourceFile>& getSourceFiles | ( | ) | const |
returns the source file list
SummaryStatistics getSummary | ( | ) | const |
return summary stats about this TE.
const CVTermList& getTargetCVTerms | ( | ) | const |
const std::vector<ReactionMonitoringTransition>& getTransitions | ( | ) | const |
returns the transition list
Referenced by ChromatogramExtractor::extractChromatograms(), ChromatogramExtractor::prepareSpectra_(), and ConfidenceScoring::scoreMap().
bool hasCompound | ( | const String & | ref | ) | const |
bool hasPeptide | ( | const String & | ref | ) | const |
bool hasProtein | ( | const String & | ref | ) | const |
bool operator!= | ( | const TargetedExperiment & | rhs | ) | const |
TargetedExperiment operator+ | ( | const TargetedExperiment & | rhs | ) | const |
Joins two targeted experiments.
Proteins, peptides and transitions are merged (see operator+= for details).
TargetedExperiment& operator+= | ( | const TargetedExperiment & | rhs | ) |
Add one targeted experiment to another.
rhs | The targeted experiment to add to this one. |
TargetedExperiment& operator+= | ( | TargetedExperiment && | rhs | ) |
TargetedExperiment& operator= | ( | const TargetedExperiment & | rhs | ) |
assignment operator
|
noexcept |
move assignment operator
bool operator== | ( | const TargetedExperiment & | rhs | ) | const |
void setCompounds | ( | const std::vector< Compound > & | rhs | ) |
void setContacts | ( | const std::vector< Contact > & | contacts | ) |
void setCVs | ( | const std::vector< CV > & | cvs | ) |
void setExcludeTargets | ( | const std::vector< IncludeExcludeTarget > & | targets | ) |
void setIncludeTargets | ( | const std::vector< IncludeExcludeTarget > & | targets | ) |
void setInstruments | ( | const std::vector< Instrument > & | instruments | ) |
void setPeptides | ( | const std::vector< Peptide > & | rhs | ) |
void setPeptides | ( | std::vector< Peptide > && | rhs | ) |
void setProteins | ( | const std::vector< Protein > & | proteins | ) |
void setProteins | ( | std::vector< Protein > && | proteins | ) |
void setPublications | ( | const std::vector< Publication > & | publications | ) |
void setSoftware | ( | const std::vector< Software > & | software | ) |
void setSourceFiles | ( | const std::vector< SourceFile > & | source_files | ) |
sets the source files
void setTargetCVTerms | ( | const CVTermList & | cv_terms | ) |
void setTransitions | ( | const std::vector< ReactionMonitoringTransition > & | transitions | ) |
set transition list
void setTransitions | ( | std::vector< ReactionMonitoringTransition > && | transitions | ) |
void sortTransitionsByName | ( | ) |
Lexicographically sorts the transitions by their name.
void sortTransitionsByProductMZ | ( | ) |
Lexicographically sorts the transitions by their product m/z.
Referenced by ChromatogramExtractor::extractChromatograms().
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |