plot_qscore_heatmap.cpp File Reference

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