plot_qscore_heatmap.cpp File Reference
#include "interop/logic/plot/plot_qscore_heatmap.h"
#include "interop/model/plot/bar_point.h"
#include "interop/logic/metric/q_metric.h"
Namespaces | |
illumina | |
illumina::interop | |
illumina::interop::logic | |
illumina::interop::logic::plot | |
Functions | |
template<typename I , typename B > | |
void | populate_heatmap_from_compressed (I beg, I end, const std::vector< B > &bins, const model::plot::filter_options &options, model::plot::heatmap_data &data) |
template<typename I > | |
void | populate_heatmap_from_uncompressed (I beg, I end, const model::plot::filter_options &options, model::plot::heatmap_data &data) |
void | normalize_heatmap (model::plot::heatmap_data &data) |
template<typename I > | |
void | remap_to_bins (I beg, I end, const size_t max_cycle, model::plot::heatmap_data &data) |
template<class Metric > | |
void | populate_heatmap (const model::metric_base::metric_set< Metric > &metric_set, const model::plot::filter_options &options, model::plot::heatmap_data &data, float *buffer) |
void | plot_qscore_heatmap (model::metrics::run_metrics &metrics, const model::plot::filter_options &options, model::plot::heatmap_data &data, float *buffer, const size_t) INTEROP_THROW_SPEC((model |
size_t | count_rows_for_heatmap (const model::metrics::run_metrics &metrics) |
size_t | count_columns_for_heatmap (const model::metrics::run_metrics &metrics) |
Detailed Description
Plot the Q-score heat map
- Date
- 5/5/16
- Version
- 1.0
- Copyright
- GNU Public License.