|
OpenMS
2.6.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:144
void store(const 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.
Invalid UInt exception.
Definition: Exception.h:303
[experimental class] given a peptide quantitation, infer corresponding protein quantities
Definition: ProteinInference.h:54
A more convenient string class.
Definition: String.h:59
Creates a new Protein ID run into which other runs can be inserted. Creates union of protein hits but...
Definition: IDMergerAlgorithm.h:61
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
Algorithm class that implements simple protein inference by aggregation of peptide scores....
Definition: BasicProteinInferenceAlgorithm.h:58
void reset()
Clear the stop watch but keep running.
void start()
Start the stop watch.
void stop()
Stop the stop watch (can be resumed later). If the stop watch was not running an exception is thrown.
void setParameters(const Param ¶m)
Sets the parameters.
String toString() const
get a compact representation of the current time status.
A container for consensus elements.
Definition: ConsensusMap.h:80
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
This class is used to determine the current process' CPU (user and/or kernel) and wall time.
Definition: StopWatch.h:65
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
void run(std::vector< PeptideIdentification > &pep_ids, std::vector< ProteinIdentification > &prot_ids) const
Management and storage of parameters / INI files.
Definition: Param.h:73
#define OPENMS_LOG_INFO
Macro if a information, e.g. a status should be reported.
Definition: LogStream.h:465
Creates and maintains a boost graph based on the OpenMS ID datastructures.
Definition: IDBoostGraph.h:81
void insert(const String &prefix, const Param ¶m)
Peak2D::IntensityType IntensityType
Definition: ProteinInference.h:59
Used to load and store idXML files.
Definition: IdXMLFile.h:63