#include <OpenMS/QC/FeatureSummary.h>
|
| const String | name_ = "Summary of features from featureXML 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...
|
| |
◆ FeatureSummary()
◆ ~FeatureSummary()
◆ compute()
computes a summary of a featureXML file
- Parameters
-
- Returns
- result object with summary values: number of detected compounds (detected_compounds), retention time shift mean (rt_shift_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 features from featureXML file" |
|
private |