Antkeeper
0.0.1
|
Open reading frame (ORF), defined by a start codon and stop codon, with the distance between divisible by three. More...
#include <sequence.hpp>
Public Attributes | |
Iterator | start |
Iterator to the first base of the start codon. More... | |
Iterator | stop |
Iterator to the first base of the stop codon. More... | |
Open reading frame (ORF), defined by a start codon and stop codon, with the distance between divisible by three.
Iterator | Sequence iterator type. |
Definition at line 40 of file sequence.hpp.
Iterator genetics::sequence::orf< Iterator >::start |
Iterator to the first base of the start codon.
Definition at line 43 of file sequence.hpp.
Iterator genetics::sequence::orf< Iterator >::stop |
Iterator to the first base of the stop codon.
Definition at line 46 of file sequence.hpp.