NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/ncbi_limits.h>
#include <util/tables/raw_scoremat.h>
#include "remove_header_conflicts.hpp"
#include "block_multiple_alignment.hpp"
#include "conservation_colorer.hpp"
#include "cn3d_tools.hpp"
#include "cn3d_pssm.hpp"
#include <math.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
char | ScreenResidueCharacter (char ch) |
int | GetBLOSUM62Score (char a, char b) |
Variables | |
USING_NCBI_SCOPE | |
int GetBLOSUM62Score | ( | char | a, |
char | b | ||
) |
Definition at line 58 of file conservation_colorer.cpp.
References a, b, int, NCBISM_Blosum62, NCBISM_Unpack(), SNCBIFullScoreMatrix::s, and ScreenResidueCharacter().
Referenced by ConservationColorer::CalculateBasicConservationColors().
|
inline |
Definition at line 53 of file conservation_colorer.cpp.
References LookupCharacterFromNCBIStdaaNumber(), LookupNCBIStdaaNumberFromCharacter(), and toupper().
Referenced by ConservationColorer::CalculateBasicConservationColors(), ConservationColorer::CalculateFitConservationColors(), GetBLOSUM62Score(), and ConservationColorer::GetProfileIndexAndResidue().
USING_NCBI_SCOPE |
Definition at line 48 of file conservation_colorer.cpp.