|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::combined_score_and_trace_matrix. More...
#include <ranges>#include <seqan3/alignment/matrix/detail/affine_cell_proxy.hpp>#include <seqan3/alignment/matrix/detail/matrix_coordinate.hpp>#include <seqan3/core/range/type_traits.hpp>#include <seqan3/utility/concept.hpp>#include <seqan3/utility/views/zip.hpp>
Include dependency graph for combined_score_and_trace_matrix.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t > |
| An alignment matrix that combines a score matrix with a trace matrix into a common interface. More... | |
| class | seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t >::iterator |
| Combined score and trace matrix iterator for the pairwise sequence alignment. More... | |
| class | seqan3::detail::combined_score_and_trace_matrix< score_matrix_t, trace_matrix_t >::sentinel |
| The sentinel type for the seqan3::detail::combined_score_and_trace_matrix. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |