|
eccLib 1.1.0
Python library for bioinformatics written in C
|
A buffer that holds packed uint4 FASTA data. More...
#include <FastaBuff.h>
Data Fields | |
| uint8_t * | buff |
| The buffer that holds the packed FASTA data. | |
| size_t | buffSize |
| The size of the buffer in bytes. | |
| size_t | buffLen |
| The length of the sequence. | |
| bool | RNA |
| If true, T will be converted to U. | |
A buffer that holds packed uint4 FASTA data.
| uint8_t* FastaBuff::buff |
The buffer that holds the packed FASTA data.
| FastaBuff::buffLen |
The length of the sequence.
| FastaBuff::buffSize |
The size of the buffer in bytes.
| FastaBuff::RNA |
If true, T will be converted to U.