|
eccLib 1.3.0
Python library for bioinformatics written in C
|
Implementations for the FASTA module. More...
#include "fasta.h"#include <limits.h>#include <stdbool.h>#include <stdint.h>#include <stdio.h>#include <string.h>
Functions | |
| void | initialize_fasta_binary_mapping (uint8_t fasta_binary_mapping[CHAR_MAX+1]) |
| Initializes the FASTA binary mapping. | |
| char | getIUPACchar (uint8_t index, bool rna) |
| Returns IUPAC FASTA character. | |
| bool | is_valid_title (const char *title, size_t len) |
| Checks if a FASTA title is valid. | |
Variables | |
| const char | inverse_fasta [] = ".TGKCYSBAWRDMHVN" |
Implementations for the FASTA module.
| const char inverse_fasta[] = ".TGKCYSBAWRDMHVN" |