 |
OpenMS
2.4.0
|
Go to the documentation of this file.
89 const size_t protein_idenfication_index,
90 const UInt reference_map);
92 bool sortByUnique_(std::vector<PeptideHit>& peptide_hits_local,
const bool is_higher_score_better);
Base class for TOPP applications.
Definition: TOPPBase.h:150
bool has(const Key &key) const
Test whether the map contains the given key.
Definition: Map.h:108
[experimental class] given a peptide quantitation, infer corresponding protein quantities
Definition: ProteinInference.h:54
A more convenient string class.
Definition: String.h:57
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
static DateTime now()
Returns the current date and time.
void load(const String &filename, std::vector< ProteinIdentification > &protein_ids, std::vector< PeptideIdentification > &peptide_ids)
Loads the identifications of an idXML file without identifier.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
void get(UInt &month, UInt &day, UInt &year, UInt &hour, UInt &minute, UInt &second) const
Fills the arguments with the date and the time.
A container for consensus elements.
Definition: ConsensusMap.h:75
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
void store(String filename, const std::vector< ProteinIdentification > &protein_ids, const std::vector< PeptideIdentification > &peptide_ids, const String &document_id="")
Stores the data in an idXML file.
Base::const_iterator ConstIterator
Definition: Map.h:81
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
DateTime Class.
Definition: DateTime.h:54
Peak2D::IntensityType IntensityType
Definition: ProteinInference.h:59
Used to load and store idXML files.
Definition: IdXMLFile.h:63