#include <blast_results.hpp>
Inheritance diagram for CBlastAncillaryData:


information that is not the list of alignment found
Definition at line 51 of file blast_results.hpp.
Public Member Functions | |
| CBlastAncillaryData (EBlastProgramType program_type, int query_number, const BlastScoreBlk *sbp, const BlastQueryInfo *query_info) | |
| constructor | |
| CBlastAncillaryData (pair< double, double > lambda, pair< double, double > k, pair< double, double > h, Int8 effective_search_space, bool is_psiblast=false) | |
| Parametrized constructor taking pairs of values for ungapped and gapped Karlin-Altschul parameters as well as the effective search space. | |
| ~CBlastAncillaryData () | |
| Destructor. | |
| CBlastAncillaryData (const CBlastAncillaryData &rhs) | |
| Copy-constructor. | |
| CBlastAncillaryData & | operator= (const CBlastAncillaryData &rhs) |
| Assignment operator. | |
| const Blast_KarlinBlk * | GetUngappedKarlinBlk () const |
| Retrieve ungapped Karlin parameters. | |
| const Blast_KarlinBlk * | GetGappedKarlinBlk () const |
| Retrieve gapped Karlin parameters. | |
| const Blast_KarlinBlk * | GetPsiUngappedKarlinBlk () const |
| Retrieve PSI-BLAST ungapped Karlin parameters. | |
| const Blast_KarlinBlk * | GetPsiGappedKarlinBlk () const |
| Retrieve PSI-BLAST gapped Karlin parameters. | |
| Int8 | GetSearchSpace () const |
| Retrieve the search space for this query sequence. | |
Private Member Functions | |
| void | do_copy (const CBlastAncillaryData &other) |
| Workhorse for copy constructor and assignment operator. | |
Private Attributes | |
| Blast_KarlinBlk * | m_UngappedKarlinBlk |
| Ungapped Karlin parameters for one query. | |
| Blast_KarlinBlk * | m_GappedKarlinBlk |
| Gapped Karlin parameters for one query. | |
| Blast_KarlinBlk * | m_PsiUngappedKarlinBlk |
| PSI-BLAST ungapped Karlin parameters for one query (if applicable). | |
| Blast_KarlinBlk * | m_PsiGappedKarlinBlk |
| PSI-BLAST gapped Karlin parameters for one query (if applicable). | |
| Int8 | m_SearchSpace |
| Search space used when calculating e-values for one query. | |
|
|
Copy-constructor.
Definition at line 86 of file blast_results.hpp. |
|
|
Retrieve gapped Karlin parameters.
Definition at line 102 of file blast_results.hpp. |
|
|
Retrieve PSI-BLAST gapped Karlin parameters.
Definition at line 112 of file blast_results.hpp. |
|
|
Retrieve PSI-BLAST ungapped Karlin parameters.
Definition at line 107 of file blast_results.hpp. |
|
|
Retrieve the search space for this query sequence. If the results correspond to a blastx search, the search space will refer to protein letters Definition at line 118 of file blast_results.hpp. |
|
|
Retrieve ungapped Karlin parameters.
Definition at line 97 of file blast_results.hpp. |
|
|
Assignment operator.
Definition at line 91 of file blast_results.hpp. |
|
|
Gapped Karlin parameters for one query.
Definition at line 127 of file blast_results.hpp. Referenced by CBlastAncillaryData(), do_copy(), and ~CBlastAncillaryData(). |
|
|
PSI-BLAST gapped Karlin parameters for one query (if applicable).
Definition at line 133 of file blast_results.hpp. Referenced by CBlastAncillaryData(), do_copy(), and ~CBlastAncillaryData(). |
|
|
PSI-BLAST ungapped Karlin parameters for one query (if applicable).
Definition at line 130 of file blast_results.hpp. Referenced by CBlastAncillaryData(), do_copy(), and ~CBlastAncillaryData(). |
|
|
Search space used when calculating e-values for one query.
Definition at line 137 of file blast_results.hpp. Referenced by CBlastAncillaryData(), and do_copy(). |
|
|
Ungapped Karlin parameters for one query.
Definition at line 124 of file blast_results.hpp. Referenced by CBlastAncillaryData(), do_copy(), and ~CBlastAncillaryData(). |
1.4.6
Modified on Mon Dec 07 16:22:43 2009 by modify_doxy.py rev. 173732