#include <blast_psi_priv.h>
Collaboration diagram for _PSIMsa:

Definition at line 203 of file blast_psi_priv.h.
Public Attributes | |
| PSIMsaDimensions * | dimensions |
| dimensions of field below | |
| _PSIMsaCell ** | cell |
| multiple sequence alignment matrix (dimensions: query_length x num_seqs + 1) | |
| Uint1 * | query |
| query sequence (length: query_length) | |
| Uint4 ** | residue_counts |
| matrix to keep track of the raw residue counts at each position of the multiple sequence alignment (dimensions: query_length x alphabet_size) | |
| Uint4 | alphabet_size |
| number of elements in alphabet | |
| Uint4 * | num_matching_seqs |
| number of sequences aligned at a given position in the multiple sequence alignment (length: query_length). | |
|
|
number of elements in alphabet
Definition at line 215 of file blast_psi_priv.h. Referenced by _PSIComputeFreqRatios(), _PSIMsaNew(), and _PSIUpdatePositionCounts(). |
|
|
multiple sequence alignment matrix (dimensions: query_length x num_seqs + 1)
Definition at line 205 of file blast_psi_priv.h. Referenced by _PSICalculateMatchWeights(), _PSICalculateNormalizedSequenceWeights(), _PSICheckSequenceWeights(), _PSIComputeFreqRatios(), _PSIComputePositionExtents(), _PSIGetAlignedSequencesForPosition(), _PSIGetLeftExtents(), _PSIGetRightExtents(), _PSIMsaFree(), _PSIMsaNew(), _PSISpreadGapWeights(), _PSIStructureGroupCustomization(), s_PSIValidateAlignedColumns(), s_PSIValidateNoFlankingGaps(), and s_PSIValidateNoGapsInQuery(). |
|
|
|
number of sequences aligned at a given position in the multiple sequence alignment (length: query_length). Corresponds to posit.h:posSearch->posCount Definition at line 217 of file blast_psi_priv.h. Referenced by _PSICheckSequenceWeights(), _PSIComputeSequenceWeights(), _PSIMsaFree(), _PSISpreadGapWeights(), and _PSIUpdatePositionCounts(). |
|
|
query sequence (length: query_length)
Definition at line 208 of file blast_psi_priv.h. Referenced by _PSIMsaFree(), PSICreatePssmWithDiagnostics(), and s_PSIValidateNoGapsInQuery(). |
|
|
matrix to keep track of the raw residue counts at each position of the multiple sequence alignment (dimensions: query_length x alphabet_size)
Definition at line 210 of file blast_psi_priv.h. Referenced by _PSIMsaFree(), and _PSIUpdatePositionCounts(). |
1.4.6
Modified on Mon Dec 07 16:22:18 2009 by modify_doxy.py rev. 173732