#include <types.h>
Data Fields | |
char * | name |
char * | bases |
int | length |
int | real_length |
char * | species |
char * | strain |
int | from |
int | to |
char | strand |
That structure will define all information needed on sequences
char* sequence_s::name |
The name of the sequence
char* sequence_s::bases |
The nucleotides
The length of the sequence
The real length (without N)
char* sequence_s::species |
The name of the species
char* sequence_s::strain |
The name of the strain
int sequence_s::from |
The start position of the sequence on the genome
int sequence_s::to |
The ending position of the sequence on the genome
char sequence_s::strand |
The strand where is located the sequence