32 void calcNodeList(vector<string>& stringListSequence);
vector< Edge > & getEdges()
get vector of edges for all sequences
Definition: Graph.cc:28
vector< Node > & getNodes()
get vector of nodes with matches in other sequences
Definition: Graph.cc:13
void resetGraph()
reset the Graph clears nodes and edges and sets k to zero
Definition: Graph.cc:171
unsigned int getNumberOfSequences()
return the number of sequences for an ascending sorted nodes with respect to the rows ...
Definition: Graph.cc:9
void readFastaFiles(string nameFile, unsigned int k)
read a fasta file
Definition: Graph.cc:33
unsigned int getNumberOfNodes(unsigned int sequence)
get number of nodes for a sequence
Definition: Graph.cc:18