diff --git a/classvg_1_1Aligner-members.html b/classvg_1_1Aligner-members.html index b24f6636657..cc2f982912a 100644 --- a/classvg_1_1Aligner-members.html +++ b/classvg_1_1Aligner-members.html @@ -75,8 +75,8 @@
Public Member Functions | |
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false) | |
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, vector< Alignment > &alt_alignments, int64_t max_multi_alns, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false) | |
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false, const unordered_map< handle_t, bool > *left_align_strand=nullptr) | |
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, vector< Alignment > &alt_alignments, int64_t max_multi_alns, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false, const unordered_map< handle_t, bool > *left_align_strand=nullptr) | |
~BandedGlobalAligner () | |
void | align (int8_t *score_mat, int8_t *nt_table, int8_t gap_open, int8_t gap_extend) |
Private Member Functions | |||
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, vector< Alignment > *alt_alignments, int64_t max_multi_alns, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false) | |||
Internal constructor that the public constructors funnel into. More... | |||
BandedGlobalAligner (Alignment &alignment, const HandleGraph &g, vector< Alignment > *alt_alignments, int64_t max_multi_alns, int64_t band_padding, bool permissive_banding=false, bool adjust_for_base_quality=false, const unordered_map< handle_t, bool > *left_align_strand=nullptr) | |||
Internal constructor that the public constructors funnel into. More... | |||
void | traceback (int8_t *score_mat, int8_t *nt_table, int8_t gap_open, int8_t gap_extend, IntType min_inf) | ||
Traceback through dynamic programming matrices to compute alignment. More... | |||
bool | -adjust_for_base_quality = false |
+ adjust_for_base_quality = false , |
+
+ |
+ | + | const unordered_map< handle_t, bool > * | +left_align_strand = nullptr |
@@ -249,8 +255,8 @@ | |||
+ | + | const unordered_map< handle_t, bool > * | +left_align_strand = nullptr |
@@ -327,8 +339,8 @@ | |||
+ | + | const unordered_map< handle_t, bool > * | +left_align_strand = nullptr |
diff --git a/classvg_1_1BandedGlobalAligner_1_1BAMatrix-members.html b/classvg_1_1BandedGlobalAligner_1_1BAMatrix-members.html index 834bfb3a7f1..67e4fca3a56 100644 --- a/classvg_1_1BandedGlobalAligner_1_1BAMatrix-members.html +++ b/classvg_1_1BandedGlobalAligner_1_1BAMatrix-members.html @@ -76,7 +76,7 @@ | |||
alignment | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
AltTracebackStack class | vg::BandedGlobalAligner< IntType >::BAMatrix | friend | |
BABuilder class | vg::BandedGlobalAligner< IntType >::BAMatrix | friend | |
BAMatrix(Alignment &alignment, handle_t node, int64_t top_diag, int64_t bottom_diag, const vector< BAMatrix * > &seeds, int64_t cumulative_seq_len) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
BAMatrix(Alignment &alignment, handle_t node, int64_t top_diag, int64_t bottom_diag, const vector< BAMatrix * > &seeds, int64_t cumulative_seq_len, bool left_alignment_strand) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
BandedGlobalAligner class | vg::BandedGlobalAligner< IntType >::BAMatrix | friend | |
bottom_diag | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
cumulative_seq_len | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
init_traceback_indexes(const HandleGraph &graph, int64_t &i, int64_t &j) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
insert_col | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
insert_row | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
match | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
node | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_band(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_full_matrices(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
print_matrix(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_rectangularized_bands(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
seeds | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
top_diag | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
traceback(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, int64_t &i, int64_t &j, matrix_t &mat, bool &in_lead_gap, const int8_t *score_mat, const int8_t *nt_table, const int8_t gap_open, const int8_t gap_extend, const bool qual_adjusted, IntType const min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
traceback_over_edge(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, int64_t &i, int64_t &j, matrix_t &mat, bool &in_lead_gap, int64_t &node_id, const int8_t *score_mat, const int8_t *nt_table, const int8_t gap_open, const int8_t gap_extend, const bool qual_adjusted, IntType const min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
~BAMatrix() | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
left_alignment_strand | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
match | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
node | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_band(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_full_matrices(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
print_matrix(const HandleGraph &graph, matrix_t which_mat) | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
print_rectangularized_bands(const HandleGraph &graph) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
seeds | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
top_diag | vg::BandedGlobalAligner< IntType >::BAMatrix | private | |
traceback(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, int64_t &i, int64_t &j, matrix_t &mat, bool &in_lead_gap, const int8_t *score_mat, const int8_t *nt_table, const int8_t gap_open, const int8_t gap_extend, const bool qual_adjusted, IntType const min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
traceback_over_edge(const HandleGraph &graph, BABuilder &builder, AltTracebackStack &traceback_stack, int64_t &i, int64_t &j, matrix_t &mat, bool &in_lead_gap, int64_t &node_id, const int8_t *score_mat, const int8_t *nt_table, const int8_t gap_open, const int8_t gap_extend, const bool qual_adjusted, IntType const min_inf) | vg::BandedGlobalAligner< IntType >::BAMatrix | ||
~BAMatrix() | vg::BandedGlobalAligner< IntType >::BAMatrix |