SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
complement.hpp File Reference

Provides seqan3::views::complement. More...

Include dependency graph for complement.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
namespace  seqan3::views
 The SeqAn namespace for views.

Variables

auto const seqan3::views::complement
 A view that converts a range of nucleotides to their complement.

Detailed Description

Provides seqan3::views::complement.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me