libuproc
1.2.0
|
Module: Amino acid translation alphabets. More...
#include "uproc/common.h"
Go to the source code of this file.
Functions | |
uproc_alphabet * | uproc_alphabet_create (const char *s) |
Create alphabet object. More... | |
void | uproc_alphabet_destroy (uproc_alphabet *alpha) |
Destroy alphabet object. More... | |
uproc_amino | uproc_alphabet_char_to_amino (const uproc_alphabet *alpha, int c) |
Translate character to amino acid. More... | |
int | uproc_alphabet_amino_to_char (const uproc_alphabet *alpha, uproc_amino a) |
Translate amino acid to character. More... | |
const char * | uproc_alphabet_str (const uproc_alphabet *alpha) |
Return the underlying string. More... | |
Module: Amino acid translation alphabets.