NCBI C++ ToolKit
|
Search Toolkit Book for SCompressedAlphabet
Scoring matrix data used for compressed protein alphabets. More...
#include <algo/blast/core/blast_stat.h>
Public Attributes | |
Int4 | compressed_alphabet_size |
letters in the compressed alphabet More... | |
SBlastScoreMatrix * | matrix |
score matrix More... | |
Uint1 * | compress_table |
translation table (AA->compressed) More... | |
Scoring matrix data used for compressed protein alphabets.
Definition at line 225 of file blast_stat.h.
Uint1* SCompressedAlphabet::compress_table |
translation table (AA->compressed)
Definition at line 228 of file blast_stat.h.
Referenced by BlastCompressedAaLookupTableNew(), SCompressedAlphabetFree(), and SCompressedAlphabetNew().
Int4 SCompressedAlphabet::compressed_alphabet_size |
letters in the compressed alphabet
Definition at line 226 of file blast_stat.h.
Referenced by s_BuildCompressedScoreMatrix(), and SCompressedAlphabetNew().
SBlastScoreMatrix* SCompressedAlphabet::matrix |
score matrix
Definition at line 227 of file blast_stat.h.
Referenced by BlastCompressedAaLookupTableNew(), s_BuildCompressedScoreMatrix(), and SCompressedAlphabetFree().