#include <OpenMS/QC/IdentificationSummary.h>
|
const String | name_ = "Summary of detected Proteins and Peptides from idXML file" |
|
|
enum class | Requires : UInt64 {
NOTHING
, RAWMZML
, POSTFDRFEAT
, PREFDRFEAT
,
CONTAMINANTS
, TRAFOALIGN
, ID
, SIZE_OF_REQUIRES
} |
| Enum to encode a file type as a bit. More...
|
|
enum class | ToleranceUnit { AUTO
, PPM
, DA
, SIZE_OF_TOLERANCEUNIT
} |
|
using | Status = FlagSet< Requires > |
|
static bool | isLabeledExperiment (const ConsensusMap &cm) |
| check if the IsobaricAnalyzer TOPP tool was used to create this ConsensusMap More...
|
|
template<typename MAP > |
static bool | hasPepID (const MAP &fmap) |
| does the container have a PeptideIdentification in its members or as unassignedPepID ? More...
|
|
static const std::string | names_of_requires [] |
| strings corresponding to enum Requires More...
|
|
static const std::string | names_of_toleranceUnit [] |
| strings corresponding to enum ToleranceUnit More...
|
|
◆ OpenMS::IdentificationSummary::UniqueID
struct OpenMS::IdentificationSummary::UniqueID |
Class Members |
UInt |
count |
|
float |
fdr_threshold |
|
◆ IdentificationSummary()
◆ ~IdentificationSummary()
◆ compute()
computes a summary of an idXML file
- Parameters
-
prot_ids | vector with ProteinIdentifications |
pep_ids | vector with PeptideIdentifications |
- Returns
- result object with summary values: total number of PSM (peptide_spectrum_matches), number of identified peptides with given FDR threshold (unique_peptides), number of identified proteins with given FDR threshold (unique_proteins), missed cleavages mean (missed_cleavages_mean), identification score mean of protein hits (protein_hit_scores_mean), identified peptide lengths mean (peptide_length_mean)
◆ getName()
const String& getName |
( |
| ) |
const |
|
overridevirtual |
Returns the name of the metric.
Implements QCBase.
◆ requirements()
Returns the input data requirements of the compute(...) function.
Implements QCBase.
◆ name_
const String name_ = "Summary of detected Proteins and Peptides from idXML file" |
|
private |