NCBI C++ ToolKit
Functions
phi_extend.h File Reference

Word finder for PHI-BLAST. More...

#include <algo/blast/core/ncbi_std.h>
#include <algo/blast/core/blast_def.h>
#include <algo/blast/core/blast_query_info.h>
#include <algo/blast/core/lookup_wrap.h>
#include <algo/blast/core/blast_hits.h>
#include <algo/blast/core/blast_extend.h>
#include <algo/blast/core/blast_diagnostics.h>
+ Include dependency graph for phi_extend.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Go to the SVN repository for this file.

Functions

Int2 PHIBlastWordFinder (BLAST_SequenceBlk *subject, BLAST_SequenceBlk *query, BlastQueryInfo *query_info, LookupTableWrap *lookup_wrap, Int4 **matrix, const BlastInitialWordParameters *word_params, Blast_ExtendWord *ewp, BlastOffsetPair *offset_pairs, Int4 max_hits, BlastInitHitList *init_hitlist, BlastUngappedStats *ungapped_stats)
 WordFinder type function for PHI BLAST. More...
 

Detailed Description

Word finder for PHI-BLAST.

Definition in file phi_extend.h.

Function Documentation

◆ PHIBlastWordFinder()

Int2 PHIBlastWordFinder ( BLAST_SequenceBlk subject,
BLAST_SequenceBlk query,
BlastQueryInfo query_info,
LookupTableWrap lookup_wrap,
Int4 **  matrix,
const BlastInitialWordParameters word_params,
Blast_ExtendWord ewp,
BlastOffsetPair offset_pairs,
Int4  max_hits,
BlastInitHitList init_hitlist,
BlastUngappedStats ungapped_stats 
)

WordFinder type function for PHI BLAST.

Parameters
subjectSubject sequence [in]
queryQuery sequence [in]
query_infoConcatenated query information [in]
lookup_wrapWrapper for the lookup table with pattern information [in]
matrixScoring matrix (not used)
word_paramsInitial word parameters (not used)
ewpWord extension structure (not used)
offset_pairsAllocated array of offset pairs for storing subject pattern hits in [in] [out]
max_hitsMaximal number of hits allowed in the offset_pairs array. Not used - array is always allocated to fit all pattern hits.
init_hitlistStructure for saving initial hits. [in]
ungapped_statsStructure for saving hit counts [in] [out]
Returns
always zero

Definition at line 53 of file phi_extend.c.

References Blast_UngappedStatsUpdate(), PHIBlastScanSubject(), query, s_PHISaveInitialHit(), and subject.

Referenced by s_BlastSetUpAuxStructures().

Modified on Wed Sep 04 15:05:25 2024 by modify_doxy.py rev. 669887