Podcast
Questions and Answers
What is the primary purpose of PAM matrices in protein sequence analysis?
What is the primary purpose of PAM matrices in protein sequence analysis?
How are substitution matrices like PAM250 generated?
How are substitution matrices like PAM250 generated?
What does the number in PAM matrices (such as PAM100) indicate?
What does the number in PAM matrices (such as PAM100) indicate?
What scoring range indicates that a substitution is less likely than random?
What scoring range indicates that a substitution is less likely than random?
Signup and view all the answers
What major limitation do PAM matrices have regarding evolutionary rates?
What major limitation do PAM matrices have regarding evolutionary rates?
Signup and view all the answers
Which substitution matrix is typically preferred for local similarity searches?
Which substitution matrix is typically preferred for local similarity searches?
Signup and view all the answers
What is the correct approach when comparing closely related proteins?
What is the correct approach when comparing closely related proteins?
Signup and view all the answers
What technique is recommended for aligning sequences without gaps?
What technique is recommended for aligning sequences without gaps?
Signup and view all the answers
What is an excluded option regarding disulfide bridges in amino acids?
What is an excluded option regarding disulfide bridges in amino acids?
Signup and view all the answers
When is it appropriate to use matrices derived from observed substitutions?
When is it appropriate to use matrices derived from observed substitutions?
Signup and view all the answers
What limitation does the Slide Window method face when dealing with gaps?
What limitation does the Slide Window method face when dealing with gaps?
Signup and view all the answers
Which BLOSUM matrix is commonly used as the default for searching databases?
Which BLOSUM matrix is commonly used as the default for searching databases?
Signup and view all the answers
What is the primary characteristic of matrices derived from structure alignment?
What is the primary characteristic of matrices derived from structure alignment?
Signup and view all the answers
What score is assigned for a match when scoring insertions and deletions?
What score is assigned for a match when scoring insertions and deletions?
Signup and view all the answers
Which of the following is NOT a technique used for alignment?
Which of the following is NOT a technique used for alignment?
Signup and view all the answers
What is the disadvantage of manual alignment?
What is the disadvantage of manual alignment?
Signup and view all the answers
What is the purpose of the dot-matrix method?
What is the purpose of the dot-matrix method?
Signup and view all the answers
In a dot-matrix alignment, which step does a diagonal move through a dot represent?
In a dot-matrix alignment, which step does a diagonal move through a dot represent?
Signup and view all the answers
What value is assigned as the gap opening penalty in the scoring system?
What value is assigned as the gap opening penalty in the scoring system?
Signup and view all the answers
Why might protein alignment be guided by secondary and tertiary structures?
Why might protein alignment be guided by secondary and tertiary structures?
Signup and view all the answers
Which of the following best describes the function of the scoring system for insertions and deletions?
Which of the following best describes the function of the scoring system for insertions and deletions?
Signup and view all the answers
What does an E-value between 0.01 and 10 indicate about the match?
What does an E-value between 0.01 and 10 indicate about the match?
Signup and view all the answers
Which of the following statements about bit scores is true?
Which of the following statements about bit scores is true?
Signup and view all the answers
In the bit score calculation formula S’ = (λ × S − lnK)/ ln2, what does 'S' represent?
In the bit score calculation formula S’ = (λ × S − lnK)/ ln2, what does 'S' represent?
Signup and view all the answers
What is the consequence of an E-value greater than 10?
What is the consequence of an E-value greater than 10?
Signup and view all the answers
Which of the following is NOT a variant of the BLAST program?
Which of the following is NOT a variant of the BLAST program?
Signup and view all the answers
How does BLAST differ from FASTA in terms of sensitivity?
How does BLAST differ from FASTA in terms of sensitivity?
Signup and view all the answers
Which aspect of the BLAST program is related to speed?
Which aspect of the BLAST program is related to speed?
Signup and view all the answers
What role does the constant 'K' play in the bit score formula?
What role does the constant 'K' play in the bit score formula?
Signup and view all the answers
What type of phylogenetic tree reflects the amount of evolutionary change through proportional branch lengths?
What type of phylogenetic tree reflects the amount of evolutionary change through proportional branch lengths?
Signup and view all the answers
Which method is primarily concerned with maximizing the probability of observed data under a model of evolution?
Which method is primarily concerned with maximizing the probability of observed data under a model of evolution?
Signup and view all the answers
What is the primary purpose of a cladogram?
What is the primary purpose of a cladogram?
Signup and view all the answers
Which type of tree illustrates the timing of evolutionary events with all tips equidistant from the root?
Which type of tree illustrates the timing of evolutionary events with all tips equidistant from the root?
Signup and view all the answers
What characteristic distinguishes a split network from a simple phylogenetic tree?
What characteristic distinguishes a split network from a simple phylogenetic tree?
Signup and view all the answers
Which method estimates the posterior distribution of trees based on prior knowledge?
Which method estimates the posterior distribution of trees based on prior knowledge?
Signup and view all the answers
What type of phylogenetic tree is a general term for tree-like diagrams that illustrate clustering or hierarchical relationships?
What type of phylogenetic tree is a general term for tree-like diagrams that illustrate clustering or hierarchical relationships?
Signup and view all the answers
Which tree type does not have scaled branch lengths to evolutionary time?
Which tree type does not have scaled branch lengths to evolutionary time?
Signup and view all the answers
Study Notes
Scoring Schemes or Weight Matrices
- PAM matrices (Percent Accepted Mutations) are derived from global alignments of protein families sharing at least 85% identity.
- PAM matrices are used to calculate the evolutionary distance between protein families.
- Construction of PAM matrices involves building a phylogenetic tree and ancestral sequences for each protein family.
- PAM matrices are based on observed substitutions, but the problem of "chicken and egg" arises.
- PAM matrices have limitations in considering different evolutionary rates between conserved and non-conserved regions.
- BLOSUM matrices (Blocks Substitution Matrix) are more commonly used for local similarity searches and have better performance than PAM matrices.
- BLOSUM matrices are based on aligned blocks of sequences that are more conserved than those used for PAM matrices.
- Higher BLOSUM or lower PAM matrices are better for comparing closely related proteins.
- Lower BLOSUM or higher PAM matrices are better for comparing distantly related proteins.
- BLOSUM62 is the commonly used matrix for database searching.
Sequence Alignment Techniques
- Manual alignment is a powerful tool for comparing similar sequences, but it is subjective and unscalable.
- Dot-matrix methods are used to identify regions of similarity between two sequences.
- Dot-matrix methods can be used to unravel information on the evolution of sequences.
- Dynamic programming algorithms, such as the Smith-Waterman algorithm, are used to find the optimal alignment between two sequences.
Gaps in Pair-wise Alignment
- Gaps are introduced in sequences to account for insertions and deletions.
- Insertion and deletion are common in evolution, and ignoring them can lead to incorrect alignment.
- Gap penalties are used to discourage the introduction of gaps in alignments.
- Gap opening penalties are higher than gap extension penalties.
BLAST
- BLAST (Basic Local Alignment Search Tool) is a powerful tool for searching databases for sequences that are similar to a query sequence.
- BLAST uses a substitution matrix and a hashing procedure to find matching words or sequences.
- BLAST is faster than FASTA and uses a low-complexity masking procedure to reduce false positives.
- BLAST is sensitive enough to find weak homologies, but lower sensitivity may improve speed.
Phylogenetic Tree Types
- Phylogenetic trees are used to represent the evolutionary relationship among species or organisms.
- A cladogram shows the order of branching without considering the evolutionary time.
- A phylogram shows the amount of evolutionary divergence based on branch lengths.
- An ultrametric tree or chronogram shows the timing of evolution where all tips are equidistant from the root.
- A dendrogram is a general term for tree-like diagrams used to illustrate clustering or hierarchical relationships.
Character-Based Methods
- Maximum parsimony (MP) methods select the tree that requires the least number of evolutionary changes.
- Maximum likelihood (ML) methods find the tree that maximizes the probability of the observed data given a model of evolution.
- Bayesian inference is a probabilistic approach that uses the likelihood of observed data and prior knowledge to estimate the posterior distribution of trees.
Clustering-Based Methods
- Hierarchical clustering groups sequences into clusters and produces dendrograms that resemble phylogenetic trees, but may not reflect true evolutionary relationships.
Network-Based Methods
- Split networks can handle complex relationships, such as hybridization or gene flow, that are not easily represented by a simple tree.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Test your knowledge on PAM and BLOSUM matrices used in protein alignment and evolutionary studies. Explore how these matrices differ in their construction and application in calculating evolutionary distances. Understand the strengths and limitations of each scoring scheme with this informative quiz.