OpenMS
|
Computes statistics and distributions for a vector<PeptideIdentifications> More...
#include <OpenMS/VISUAL/VISITORS/LayerStatistics.h>
Public Member Functions | |
LayerStatisticsIdent (const IPeptideIds::PepIds &cm) | |
Math::Histogram | getDistribution (const RangeStatsType &which, const UInt number_of_bins) const override |
After computing the overview statistic, you can query a concrete distribution by giving the name of the statistic. More... | |
Public Member Functions inherited from LayerStatistics | |
virtual | ~LayerStatistics ()=default |
Make D'tor virtual for correct destruction from pointers to base. More... | |
const StatsMap & | getRangeStatistics () const |
get all range statistics, any of which can then be plugged into getDistribution() More... | |
const StatsCounterMap & | getCountStatistics () const |
obtain count statistics for all meta values which are not numerical More... | |
Private Member Functions | |
void | computeStatistics_ () override |
compute the range and count statistics. Call this method in the Ctor of derived classes. More... | |
Private Attributes | |
const IPeptideIds::PepIds * | ids_ |
Additional Inherited Members | |
Protected Member Functions inherited from LayerStatistics | |
void | bringInMetaStats_ (const MetaInfoInterface *meta_interface) |
Brings the meta values of one meta_interface (a peak or feature) into the statistics. More... | |
Protected Attributes inherited from LayerStatistics | |
StatsMap | overview_range_data_ |
data on numerical values computed during getOverviewStatistics More... | |
StatsCounterMap | overview_count_data_ |
count data on non-numerical values computed during getOverviewStatistics More... | |
Computes statistics and distributions for a vector<PeptideIdentifications>
LayerStatisticsIdent | ( | const IPeptideIds::PepIds & | cm | ) |
|
overrideprivatevirtual |
compute the range and count statistics. Call this method in the Ctor of derived classes.
Implements LayerStatistics.
|
overridevirtual |
After computing the overview statistic, you can query a concrete distribution by giving the name of the statistic.
which | Distribution based on which data? |
number_of_bins | Number of histogram bins (equally spaced within [min,max] of the distribution) |
Exception::InvalidValue | if which is not a valid overview statistic for the underlying data |
Implements LayerStatistics.
|
private |
internal reference to a PeptideIds – make sure it does not go out of scope while using this class