![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for reading a genetic code from a file. More...
#include "Bstring.h"
Functions | |
Bstring | get_genetic_code (Bstring &filename) |
Gets the genetic code from a parameter file. More... | |
int | write_genetic_code (Bstring &filename, Bstring &gc) |
Writing genetic code. More... | |
int | index_from_codon (const char codon[3]) |
Gets the index associated with a specific codon. More... | |
Header file for reading a genetic code from a file.
Gets the genetic code from a parameter file.
&filename | file name (if empty, use a default file). |
int index_from_codon | ( | const char | codon[3] | ) |
Gets the index associated with a specific codon.
*codon | the codon. |