#include <map>#include <string>#include <iostream>#include <vector>#include <set>Go to the source code of this file.
Classes | |
| class | codon |
Functions | |
| int | hashbase (char n) |
| int | hashcodon (char c[3]) |
| int | hashcodon (const string &cc) |
| int hashbase | ( | char | n | ) |
convert base to integer A=>0, C=>1, G=>2, T,U=>3, S,W,R,Y,K,M,B,V,H,D,N => 4-14 regardless of case
| int hashcodon | ( | const string & | cc | ) |
| int hashcodon | ( | char | c[3] | ) |
1.5.6