|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
Provides the dssp format for protein structure. More...
#include <vector>#include <seqan3/alphabet/alphabet_base.hpp>#include <seqan3/alphabet/concept.hpp>#include <seqan3/utility/char_operations/transform.hpp>
Include dependency graph for dssp9.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::dssp9 |
| The protein structure alphabet of the characters "HGIEBTSCX". More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::literals |
| The SeqAn namespace for literals. | |
Functions | |
Structure literals | |
| constexpr std::vector< dssp9 > | seqan3::literals::operator""_dssp9 (char const *str, std::size_t len) |
| The seqan3::dssp9 string literal. | |
| constexpr dssp9 | seqan3::literals::operator""_dssp9 (char const ch) noexcept |
| The seqan3::dssp9 char literal. | |
Provides the dssp format for protein structure.