NCBI C++ ToolKit
|
Search Toolkit Book for CModelCompare
#include <algo/gnomon/annot.hpp>
Static Public Member Functions | |
static bool | CanBeConnectedIntoOne (const CGeneModel &a, const CGeneModel &b) |
static size_t | CountCommonSplices (const CGeneModel &a, const CGeneModel &b) |
static bool | AreSimilar (const CGeneModel &a, const CGeneModel &b, int tolerance) |
static bool | BadOverlapTest (const CGeneModel &a, const CGeneModel &b) |
static bool | RangeNestedInIntron (TSignedSeqRange r, const CGeneModel &algn, bool check_in_holes=true) |
static bool | HaveCommonExonOrIntron (const CGeneModel &a, const CGeneModel &b) |
|
static |
Definition at line 76 of file select_alignments_alt.cpp.
References a, abs, b, bmax, CRange_Base::GetFrom(), CRange_Base::GetTo(), int, max(), and min().
Referenced by CChainer::CChainerImpl::FilterOutSimilarsWithLowerScore().
|
static |
Definition at line 131 of file select_alignments_alt.cpp.
References a, b, and CountCommonSplices().
|
static |
Definition at line 45 of file select_alignments_alt.cpp.
|
static |
Definition at line 60 of file select_alignments_alt.cpp.
References a, b, i, and ncbi::grid::netcache::search::fields::size.
Referenced by BadOverlapTest(), and CGene::IsAlternative().
|
static |
Definition at line 153 of file select_alignments_alt.cpp.
References a, b, i, and ncbi::grid::netcache::search::fields::size.
Referenced by CChainer::CChainerImpl::FilterOutTandemOverlap().
|
static |
Definition at line 141 of file select_alignments_alt.cpp.
References CGeneModel::Exons(), i, Include(), int, and r().
Referenced by CChain::HarborsNested(), CGene::HarborsRange(), CGnomonAnnotator::Predict(), and CChainer::CChainerImpl::TrimAlignmentsIncludedInDifferentGenes().