#include <types.h>
Data Fields | |
int * | positions |
int | length |
float * | scores |
float | mean_al |
That structure will define the structure containing all info about the score function, the score by position etc.
The array containing the number of alignments by position
The length of the array (= length of the reference sequence)
float* score_array::scores |
The array of scores by position
float score_array::mean_al |
The mean number of alignments by position