#include <OpenMS/QC/SpectrumCount.h>
|
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...
|
|
◆ SpectrumCount()
◆ ~SpectrumCount()
◆ compute()
Compute number of spectra per MS level and returns them in a map.
- Parameters
-
- Returns
- SpectrumCount
◆ 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_ = "SpectrumCount" |
|
private |