NCBI C++ ToolKit
Public Attributes | List of all members
BlastUngappedCutoffs Struct Reference

Search Toolkit Book for BlastUngappedCutoffs

All the ungapped cutoff values that can change from context to context. More...

#include <algo/blast/core/blast_parameters.h>

Public Attributes

Int4 x_dropoff_init
 Raw X-dropoff value specified by the bit score in BlastInitialWordOptions. More...
 
Int4 x_dropoff
 Raw X-dropoff value used in the ungapped extension. More...
 
Int4 cutoff_score
 Cutoff score for saving ungapped hits. More...
 
Int4 reduced_nucl_cutoff_score
 for blastn, a reduced cutoff score for use with approximate ungapped alignments More...
 

Detailed Description

All the ungapped cutoff values that can change from context to context.

Definition at line 95 of file blast_parameters.h.

Member Data Documentation

◆ cutoff_score

Int4 BlastUngappedCutoffs::cutoff_score

◆ reduced_nucl_cutoff_score

Int4 BlastUngappedCutoffs::reduced_nucl_cutoff_score

◆ x_dropoff

Int4 BlastUngappedCutoffs::x_dropoff

◆ x_dropoff_init

Int4 BlastUngappedCutoffs::x_dropoff_init

Raw X-dropoff value specified by the bit score in BlastInitialWordOptions.

Definition at line 96 of file blast_parameters.h.

Referenced by BlastInitialWordParametersNew(), BlastInitialWordParametersUpdate(), and printBlastInitialWordParamters().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:42 2024 by modify_doxy.py rev. 669887