 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
74 std::map<ReactionMonitoringTransition::DecoyTransitionType, size_t>
decoy_counts;
146 void clear(
bool clear_meta_data);
155 void setCVs(
const std::vector<CV> & cvs);
157 const std::vector<CV> & getCVs()
const;
159 void addCV(
const CV & cv);
162 void setContacts(
const std::vector<Contact> & contacts);
164 const std::vector<Contact> & getContacts()
const;
166 void addContact(
const Contact & contact);
169 void setPublications(
const std::vector<Publication> & publications);
171 const std::vector<Publication> & getPublications()
const;
173 void addPublication(
const Publication & publication);
176 void setTargetCVTerms(
const CVTermList & cv_terms);
180 void addTargetCVTerm(
const CVTerm & cv_term);
185 void setInstruments(
const std::vector<Instrument> & instruments);
187 const std::vector<Instrument> & getInstruments()
const;
189 void addInstrument(
const Instrument & instrument);
192 void setSoftware(
const std::vector<Software> & software);
194 const std::vector<Software> & getSoftware()
const;
196 void addSoftware(
const Software & software);
199 void setProteins(
const std::vector<Protein> & proteins);
200 void setProteins(std::vector<Protein> && proteins);
202 const std::vector<Protein> & getProteins()
const;
206 bool hasProtein(
const String & ref)
const;
208 void addProtein(
const Protein & protein);
211 void setCompounds(
const std::vector<Compound> & rhs);
213 const std::vector<Compound> & getCompounds()
const;
215 void addCompound(
const Compound & rhs);
217 void setPeptides(
const std::vector<Peptide> & rhs);
218 void setPeptides(std::vector<Peptide> && rhs);
220 const std::vector<Peptide> & getPeptides()
const;
222 bool hasPeptide(
const String & ref)
const;
226 bool hasCompound(
const String & ref)
const;
230 void addPeptide(
const Peptide & rhs);
233 void setTransitions(
const std::vector<ReactionMonitoringTransition> & transitions);
234 void setTransitions(std::vector<ReactionMonitoringTransition> && transitions);
237 const std::vector<ReactionMonitoringTransition> & getTransitions()
const;
242 void setIncludeTargets(
const std::vector<IncludeExcludeTarget> & targets);
244 const std::vector<IncludeExcludeTarget> & getIncludeTargets()
const;
248 void setExcludeTargets(
const std::vector<IncludeExcludeTarget> & targets);
250 const std::vector<IncludeExcludeTarget> & getExcludeTargets()
const;
255 void setSourceFiles(
const std::vector<SourceFile> & source_files);
258 const std::vector<SourceFile> & getSourceFiles()
const;
261 void addSourceFile(
const SourceFile & source_file);
269 void sortTransitionsByProductMZ();
277 void sortTransitionsByName();
289 bool containsInvalidReferences()
const;
293 void createProteinReferenceMap_()
const;
295 void createPeptideReferenceMap_()
const;
297 void createCompoundReferenceMap_()
const;
339 namespace TargetedExperimentHelper
Description of the software used for processing.
Definition: Software.h:48
CompoundReferenceMapType compound_reference_map_
Definition: TargetedExperiment.h:333
ProteinReferenceMapType protein_reference_map_
Definition: TargetedExperiment.h:325
Definition: TargetedExperimentHelper.h:461
Size protein_count
Definition: TargetedExperiment.h:70
TargetedExperimentHelper::Interpretation Interpretation
Definition: TargetedExperiment.h:88
std::vector< IncludeExcludeTarget > include_targets_
Definition: TargetedExperiment.h:319
Represents a peptide (amino acid sequence)
Definition: TargetedExperimentHelper.h:358
TargetedExperimentHelper::Protein Protein
Definition: TargetedExperiment.h:80
bool protein_reference_map_dirty_
Definition: TargetedExperiment.h:327
TargetedExperimentHelper::Compound Compound
Definition: TargetedExperiment.h:82
std::vector< Protein > proteins_
Definition: TargetedExperiment.h:311
A more convenient string class.
Definition: String.h:58
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
This class stores a SRM/MRM transition.
Definition: IncludeExcludeTarget.h:52
bool peptide_reference_map_dirty_
Definition: TargetedExperiment.h:331
Residue IonType
Definition: TargetedExperiment.h:90
TargetedExperimentHelper::RetentionTime RetentionTime
Definition: TargetedExperiment.h:81
FS_TV operator+(const TV_STATUS left, const TV_STATUS right)
allow + operations on the enum, e.g. 'HAS_CANVAS + HAS_LAYER + IS_1D_VIEW'
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< Contact > contacts_
Definition: TargetedExperiment.h:301
Size transition_count
Definition: TargetedExperiment.h:73
TargetedExperimentHelper::CV CV
Definition: TargetedExperiment.h:79
std::vector< IncludeExcludeTarget > exclude_targets_
Definition: TargetedExperiment.h:321
Representation of an amino acid residue.
Definition: Residue.h:62
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:58
bool compound_reference_map_dirty_
Definition: TargetedExperiment.h:335
This class stores a SRM/MRM transition.
Definition: ReactionMonitoringTransition.h:56
Definition: TargetedExperimentHelper.h:98
std::vector< Instrument > instruments_
Definition: TargetedExperiment.h:305
Definition: TargetedExperimentHelper.h:478
TargetedExperimentHelper::Publication Publication
Definition: TargetedExperiment.h:85
Size compound_count
Definition: TargetedExperiment.h:72
TargetedExperimentHelper::Prediction Prediction
Definition: TargetedExperiment.h:87
Represents a compound (small molecule)
Definition: TargetedExperimentHelper.h:321
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
std::map< String, const Peptide * > PeptideReferenceMapType
Definition: TargetedExperiment.h:93
TargetedExperimentHelper::Contact Contact
Definition: TargetedExperiment.h:84
Representation of controlled vocabulary term list.
Definition: CVTermList.h:52
TargetedExperimentHelper::Instrument Instrument
Definition: TargetedExperiment.h:86
Definition: TargetedExperimentHelper.h:72
Definition: TargetedExperiment.h:68
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Representation of controlled vocabulary term.
Definition: CVTerm.h:52
std::vector< Peptide > peptides_
Definition: TargetedExperiment.h:315
std::vector< ReactionMonitoringTransition > transitions_
Definition: TargetedExperiment.h:317
This class stores a retention time structure that is used in TargetedExperiment (representing a TraML...
Definition: TargetedExperimentHelper.h:124
PeptideReferenceMapType peptide_reference_map_
Definition: TargetedExperiment.h:329
Description of a file location, used to store the origin of (meta) data.
Definition: SourceFile.h:46
std::vector< Publication > publications_
Definition: TargetedExperiment.h:303
std::map< ReactionMonitoringTransition::DecoyTransitionType, size_t > decoy_counts
# target/decoy transitions
Definition: TargetedExperiment.h:74
Definition: TargetedExperimentHelper.h:444
std::map< String, const Protein * > ProteinReferenceMapType
Definition: TargetedExperiment.h:92
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:64
std::vector< SourceFile > source_files_
Definition: TargetedExperiment.h:323
std::vector< Software > software_
Definition: TargetedExperiment.h:309
std::map< String, const Compound * > CompoundReferenceMapType
Definition: TargetedExperiment.h:94
std::vector< CV > cvs_
Definition: TargetedExperiment.h:299
ReactionMonitoringTransition Transition
Definition: TargetedExperiment.h:89
TargetedExperimentHelper::Peptide Peptide
Definition: TargetedExperiment.h:83
CVTermList targets_
Definition: TargetedExperiment.h:307
Size peptide_count
Definition: TargetedExperiment.h:71
Product ion interpretation.
Definition: TargetedExperimentHelper.h:503
std::vector< Compound > compounds_
Definition: TargetedExperiment.h:313
bool contains_invalid_references
Definition: TargetedExperiment.h:75