ARB
Functions
Translate.hxx File Reference
#include <arbdb_base.h>
Include dependency graph for Translate.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GB_ERROR translate_getInfo (GBDATA *gb_species, int &arb_transl_table, int &codon_start)
 
GB_ERROR translate_saveInfo (GBDATA *gb_species, int arb_transl_table, int codon_start)
 
GB_ERROR translate_removeInfo (GBDATA *gb_species)
 
int translate_nuc2aa (int arb_code_nr, char *data, size_t size, size_t pos, bool translate_all, bool create_start_codon, bool append_stop_codon, int *translatedSize)
 

Function Documentation

GB_ERROR translate_getInfo ( GBDATA gb_species,
int arb_transl_table,
int codon_start 
)
GB_ERROR translate_saveInfo ( GBDATA gb_species,
int  arb_transl_table,
int  codon_start 
)
GB_ERROR translate_removeInfo ( GBDATA gb_species)

Definition at line 34 of file Translate.cxx.

References error(), GB_delete(), GB_entry(), and NULp.

int translate_nuc2aa ( int  arb_code_nr,
char data,
size_t  size,
size_t  pos,
bool  translate_all,
bool  create_start_codon,
bool  append_stop_codon,
int translatedSize 
)