SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

Provides data structures for representing alignment coordinates and alignments as a matrix. More...

+ Collaboration diagram for Matrix:

Classes

struct  seqan3::advanceable_alignment_coordinate_printer< detail::advanceable_alignment_coordinate< state_t > >
 The printer for seqan3::detail::advanceable_alignment_coordinate. More...
 
struct  seqan3::alignment_matrix_printer< alignment_matrix_t >
 The printer for alignment scoring and trace matrices. More...
 
struct  seqan3::trace_directions_printer< detail::trace_directions >
 Prints trace_directions as ascii or as utf8 to output stream. More...
 

Detailed Descriptionno-api

Provides data structures for representing alignment coordinates and alignments as a matrix.

See also
Sequence Alignment
Hide me