|
cuSBF
|
An alphabet that encodes non-overlapping DNA triplets as single symbols. More...
Static Public Member Functions | |
| constexpr __host__ __device__ static __forceinline__ uint8_t | encode (const char *input) |
Static Public Attributes | |
| static constexpr uint64_t | symbolWidth = 3 |
| static constexpr uint64_t | symbolCount = 64 |
| static constexpr uint8_t | invalidSymbol = 0xFFu |
| static constexpr uint8_t | separator = 'N' |
| static constexpr char | validBytes [] = "ACGT" |
An alphabet that encodes non-overlapping DNA triplets as single symbols.
Each triplet is encoded as a 6-bit value. Invalid bytes in any triplet position produce invalidSymbol.
Definition at line 138 of file Alphabet.cuh.
|
inlinestaticconstexpr |
Definition at line 145 of file Alphabet.cuh.
|
staticconstexpr |
Definition at line 141 of file Alphabet.cuh.
|
staticconstexpr |
Definition at line 142 of file Alphabet.cuh.
|
staticconstexpr |
Definition at line 140 of file Alphabet.cuh.
|
staticconstexpr |
Definition at line 139 of file Alphabet.cuh.
|
staticconstexpr |
Definition at line 143 of file Alphabet.cuh.