summary_statistics.h File Reference
#include "interop/model/model_exceptions.h"
#include "interop/util/statistics.h"
#include "interop/model/summary/run_summary.h"
Go to the source code of this file.
Classes | |
class | summary_by_lane_read< T > |
struct | total_cycle_sum< UnaryOp > |
struct | default_get_read |
Namespaces | |
illumina | |
illumina::interop | |
illumina::interop::logic | |
illumina::interop::logic::summary | |
illumina::interop::logic::summary::op | |
Functions | |
template<typename I > | |
void | reserve (I beg, I end, const ptrdiff_t n) |
template<typename I , typename S > | |
void | summarize (I beg, I end, S &stat, const bool skip_median) |
template<typename I , typename S , typename BinaryOp , typename Compare > | |
void | summarize (I beg, I end, S &stat, BinaryOp op, Compare comp, const bool skip_median) |
template<typename I , typename S , typename BinaryOp , typename Compare > | |
size_t | nan_summarize (I beg, I end, S &stat, BinaryOp op, Compare comp, const bool skip_median) |
template<typename I , typename S , typename Op > | |
S | nan_accumulate (I beg, I end, const S init, Op op) |
float | divide (const float num, const float div) |
double | divide (const double num, const double div) |
Detailed Description
Utilities for summarizing metrics
- Date
- 3/6/16
- Version
- 1.0
- Copyright
- GNU Public License.