|
| std::vector< std::string > | getKmers (std::vector< Node > &nodeList) |
| |
| void | makeGame (unsigned int k, unsigned int length, unsigned int number_of_sequences, double probability) |
| |
| | Gamemaster () |
| |
| Gamemaster::Gamemaster |
( |
| ) |
|
standard constructor, which does nothing
| vector< string > Gamemaster::getKmers |
( |
std::vector< Node > & |
nodeList | ) |
|
This function make a list of unique Kmers
- Parameters
-
| nodeList | is a vector with all nodes (contains the Kmers) |
- Returns
- a vector of unique strings
| void Gamemaster::makeGame |
( |
unsigned int |
k, |
|
|
unsigned int |
length, |
|
|
unsigned int |
number_of_sequences, |
|
|
double |
probability |
|
) |
| |
- Parameters
-
| k | is the length of the kmers |
| length | is the length of the created sequences |
| number_of_sequences | is the number of sequences that will created |
| probability | is the probability for mutations in the sequences |
The documentation for this class was generated from the following files: