Parsimony Process (Clad Anal 3) Flashcards
Define Exact Algorithms and name/define two types
Algorithim that constructs trees via sequential addition of taxa in all possible positions and calulated tree lenghts with the garantee of finding all shortest trees.
Two types are Exhaustive Search and Branch and Bound
Exhaustive is a straight foreward approach that evaluates all possibilities using a small amount of data, while branch and bound uses tilizes the concept of bounding to prune the search space and avoid unnecessary tree evaluations.
Define Heuristic Algorithim
Algorithim that searches the subset of all possible trees. You may find the most parsimonous tree but w/out garantee to find all or any of the most parsimonious. After each taxa is added, neighboring treees are swapped to find shorter tree (BRANCH SWAPPING). Used for large scale data, and is much faster than exact algorithim.
Define branch swapping
Branch swapping is a heuristic method used to explore variations of a tree believed to be close to the minimum length. It involves cutting and regrafting branches onto other parts of the tree to find potentially shorter trees, making it more efficient than examining a large number of trees with unknown lengths.
In terms of tree lenght, L =
number of steps equivalent to number of
character transformations
remember:
Tree selected at the end of parsimony analysis
exhibiting the minimal length
Several shortest trees may be selected at the end of
parsimony analysis because of homoplasy
Several shortest trees with different topologies or
with different distributions in character states
Must take into account the evolutive and adaptative
context
Parsimony Analysis will provide us with …
one shortest tree or
a number of shortest trees of equal length
remember:
MORE homoplasies, the less phylo information is good.
What is the consistency Index? describe and provide formula.
It is the minimum possibe # of K changes (steps) divided by the actual # of k changes on current tree. For binary K, the min possible # of k changes is 1. So the CI will vary from one ( no homoplasy) and down towards 0 ( lots of homoplasy)
Determine polarity and make the most parsimonious tree
Define and explain and formulate the retention Index (RI)
complete this table
Define a consensus tree. Why do we use it?
a tree containing only clades found in all/most shortes trees. It is used in parsimony analysis to take into account all parsimonious trees.
What is a polytomy?
unresolved clades in a consensus tree collapsed down to one node.
Define a strict consensus tree and draw example. How are polytomy represented?
Clades supported by all shortest trees.
Define a majority rule tree and draw example.
clades supported by >50% of shortest trees.
In terms of tree rooting, what are two possibilities for the root?
- CA (definition of plesiomorphic K)
- one/several outgroup(s).
When rooting with a CA, what are the four points to remember?
- A is hypothetical
- K state polarity is defined by the user
- monophyly of groups are accepted
- CA must only show plesiomorphic K.