ARB
|
#include <AP_sequence.hxx>
#include <downcast.h>
Go to the source code of this file.
Classes | |
class | DNA_Table |
class | MostLikelySeq |
Variables | |
class DNA_Table | dna_table |
const size_t | ST_MAX_SEQ_PART = 256 |
const int | ST_BUCKET_SIZE = 16 |
const int | LD_BUCKET_SIZE = 4 |
class DNA_Table dna_table |
Referenced by st_ml_add_sequence_part_to_stat().
const size_t ST_MAX_SEQ_PART = 256 |
Definition at line 30 of file MostLikelySeq.hxx.
Referenced by ST_ML::get_ml_vectors(), MostLikelySeq::print(), and st_ml_check_sequence_quality().
const int ST_BUCKET_SIZE = 16 |
Definition at line 34 of file MostLikelySeq.hxx.
Referenced by ST_ML::get_color_string().
const int LD_BUCKET_SIZE = 4 |
Definition at line 35 of file MostLikelySeq.hxx.
Referenced by ST_ML::get_color_string().