Antkeeper  0.0.1
Public Attributes | List of all members
genetics::sequence::orf< Iterator > Struct Template Reference

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...
 

Detailed Description

template<class Iterator>
struct genetics::sequence::orf< Iterator >

Open reading frame (ORF), defined by a start codon and stop codon, with the distance between divisible by three.

Template Parameters
IteratorSequence iterator type.

Definition at line 40 of file sequence.hpp.

Member Data Documentation

◆ start

template<class Iterator >
Iterator genetics::sequence::orf< Iterator >::start

Iterator to the first base of the start codon.

Definition at line 43 of file sequence.hpp.

◆ stop

template<class Iterator >
Iterator genetics::sequence::orf< Iterator >::stop

Iterator to the first base of the stop codon.

Definition at line 46 of file sequence.hpp.


The documentation for this struct was generated from the following file: