#include <blast_psi_priv.h>
Definition at line 304 of file blast_psi_priv.h.
Public Attributes | |
| double ** | match_weights |
| weighted observed residue frequencies (f_i in 2001 paper). | |
| Uint4 | match_weights_size |
| kept for help deallocate the field above | |
| double * | norm_seq_weights |
| Stores the normalized sequence weights (length: num_seqs + 1). | |
| double * | row_sigma |
| array of length num_seqs + 1 | |
| double * | sigma |
| array of length query_length | |
| double * | std_prob |
| standard amino acid probabilities | |
| double * | gapless_column_weights |
| FIXME. | |
| int ** | posDistinctDistrib |
| For position i, how many positions in its block have j distinct letters. | |
| Uint4 | posDistinctDistrib_size |
| Kept to deallocate field above. | |
| int * | posNumParticipating |
| number of sequences at each position. | |
|
|
FIXME.
Definition at line 330 of file blast_psi_priv.h. Referenced by _PSICalculateMatchWeights(), _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
weighted observed residue frequencies (f_i in 2001 paper). (dimensions: query_length x BlastScoreBlk's alphabet_size) Definition at line 314 of file blast_psi_priv.h. Referenced by _PSICalculateMatchWeights(), _PSISequenceWeightsFree(), _PSISequenceWeightsNew(), and s_fillColumnProbabilities(). |
|
|
kept for help deallocate the field above
Definition at line 317 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
Stores the normalized sequence weights (length: num_seqs + 1).
Definition at line 319 of file blast_psi_priv.h. Referenced by _PSICalculateMatchWeights(), _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
For position i, how many positions in its block have j distinct letters. Copied from posit.h:posSearchItems.posDistinctDistrib Definition at line 331 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), _PSISequenceWeightsNew(), and s_effectiveObservations(). |
|
|
Kept to deallocate field above.
Definition at line 334 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
number of sequences at each position. Copied from posit.h:posSearchItems.posNumParticipating Definition at line 335 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), _PSISequenceWeightsNew(), and s_effectiveObservations(). |
|
|
array of length num_seqs + 1
Definition at line 321 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
array of length query_length
Definition at line 324 of file blast_psi_priv.h. Referenced by _PSISequenceWeightsFree(), and _PSISequenceWeightsNew(). |
|
|
standard amino acid probabilities
Definition at line 326 of file blast_psi_priv.h. Referenced by _PSISaveDiagnostics(), _PSISequenceWeightsFree(), _PSISequenceWeightsNew(), and PSICreatePssmWithDiagnostics(). |
1.4.6
Modified on Mon Dec 07 16:22:18 2009 by modify_doxy.py rev. 173732