![]() |
Bsoft 2.1.4
Bernard's software package
|
Library routines to read and write genetic codes. More...
Functions | |
Bstring | read_gencode_star (Bstring &propfile) |
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... | |
Variables | |
int | verbose |
Library routines to read and write genetic codes.
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. |
Writing genetic code.
&filename | file name. |
&gc | 64-byte string with the genetic code. |
|
extern |