|
GLnexus
Scalable datastore for population genome sequencing, with on-demand joint genotyping
|
Public Member Functions | |
| allele (const range &pos_, const std::string &dna_) | |
| bool | operator== (const allele &rhs) const noexcept |
| Equality is based on identity of position and allele. | |
| bool | operator< (const allele &rhs) const noexcept |
| Order is by pos and then allele. | |
| bool | operator<= (const allele &rhs) const noexcept |
| std::string | str () const |
Public Attributes | |
| range | pos |
| std::string | dna |
1.8.7