#include <ctype.h>
#include <stdlib.h>
#include "ParseException.h"
#include "Nucleotide.h"
Namespaces | |
namespace | seq |
Functions | |
int | sampleUniform (int one, int two) |
int | sampleUniform (int one, int two, int three) |
int | sampleUniform (int one, int two, int three, int four) |
std::ostream & | seq::operator<< (std::ostream &o, const Nucleotide nt) |
Write the character representation of the nucleotide. |
|
|
|
|
|
|