|
AlignmentStream * | open_dbg_file (const char *file_name) |
|
AlignmentStream * | open_bam_file (const char *file_name) |
|
AlignmentStream * | open_alignment_file (const char *file_name) |
|
bool | distant (const Alignment &a1, const Alignment &a2) |
|
std::string | generate_file_name (const char *report, const char *name) |
|
void | add_param (FILE *html_output, const char *name, const uint32 val, bool alt) |
|
void | add_param (FILE *html_output, const char *name, const float val, bool alt) |
|
void | add_param (FILE *html_output, const char *name, const char *val, bool alt) |
|
template<typename T > |
void | find_gt2 (const int32 first_row, const int32 last_row, const T &table, int32 best_bin[2]) |
|
template<uint32 XX> |
int32 | first_display_row (const Histogram< XX > &table, const uint32 total, const int32 last_row=0) |
|
template<uint32 XX> |
int32 | last_display_row (const Histogram< XX > &table, const uint32 total, const int32 first_row=0) |
|
template<uint32 XX> |
int2 | display_range (const Histogram< XX > &table, const uint32 total) |
|
void | stats_string (char *buffer, const float v, const float range) |
|
template<uint32 XX> |
void | generate_diff_table (FILE *html_output, const char *stat_by, const char *name, const Bins bin_type, const Histogram< XX > &stats_l, const Histogram< XX > &stats_r, const uint32 total, const uint32 n_mapped_both) |
|
template<uint32 XX> |
void | generate_table (FILE *html_output, const char *stat_by, const char *name, const Bins bin_type, const Histogram< XX > &stats, const uint32 total) |
|
template<uint32 XX> |
void | generate_table (FILE *html_output, const char *stat_by, const char *name, const Bins bin_type, const Histogram< XX > &stats_l, const Histogram< XX > &stats_r, const uint32 l_count, const uint32 r_count) |
|
template<uint32 XX, uint32 YY> |
void | generate_table2d (FILE *html_output, const char *stat_by, const char *name, const Histogram2d< XX, YY > &stats_l, const Histogram2d< XX, YY > &stats_r, const char *bin_name, const std::vector< std::string > &X_bins, const std::vector< std::string > &Y_bins, const uint32 total, const uint32 n_mapped_both, const bool diff_table) |
|
void | generate_table (const char *file_name, const char *stat_by, const char *name, const char *diff_name, const Bins bin_type, const StatsPartition &stats_l, const StatsPartition &stats_r, const uint32 total, const uint32 n_mapped_both, const bool absolute_values=true) |
|
template<uint32 X> |
Histogram< X > | cumulative (const Histogram< X > &I) |
|
template<uint32 X> |
Histogram< X > | reverse_cumulative (const Histogram< X > &I) |
|
uint32 | read_length_bin_range (const uint32 bin) |
|
uint32 | read_length_bin (const uint32 read_len) |
|
int32 | log_bin (const int32 x) |
|
int32 | log_bin_range (const int32 bin) |
|
const char * | local_file (const std::string &file_name) |
|