Trees - maximum parsimony Flashcards

1
Q

What is Occam’s razor

A

an operational principle in logic and problem solving where the hypothesis with the fewest assumptions is preferred

–> With this parsimony is the ideal where the best tree is the shortest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe homoplasy in terms of parsimony analysis

A

with homoplasy there is the existence of more than the minimum number of steps for one or more characters - characters can undergo parallelism, reversal or convergence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the parsimony principle state

A

with other things being equal, the preferred tree is the one with the least homoplasy (the fewest possible changes of character state)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the optimality criterion for Occam’s razor

A

maximum parsimony (MP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the method for finding the best parsimonious tree

A
  • tree space is searched for the shortest trees
  • each tree is evaluated for length or total changes
  • the most commonly used method for optimizing character changes onto a tree to determine its length is that of Fitch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does the Fitch method work for finding the best parsimonious tree

A
  • assume all changes between all states of character are possible and all count equally
  • examine the interior nodes of the tree in sequence from tips to root (downward pass) and then from root to tip (upward pass)
  • the states at each node are the intersection of the states at adjacent nodes if the sets of possible states overlep
  • if they do not overlap the states at the node are the union of the states at adjacent nodes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe ACCTRAN optimization

A

this places the initial character change as close to the root as possible, often leading to the hypothesis of reversal later

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe DELTRAN optimization

A

places the initial character change as close to the terminal tips as possible, often leading the hypothesis of convergent or parallel evolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a problem with the maximum parsimony method

A
  1. long branch attraction
  2. constraints on tree searching
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can long branch attraction be minimized under parsimony criterion

A
  1. Adding more data does not usually help, unless their rates of evolution are extremely different
  2. A better approach is to add taxa, especially those with intermediate phylogenetic positions or those that are basal within their clades
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

can molecular studies use fossils

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe long branch attraction

A

(here distantly related lineages are incorrectly inferred to be closely related) this is a cause of systematic error particularly troublesome in molecular systematics where there are a large number of characters, limited numbers of states, rates of evolution may be variable and high, and homoplasy is common

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Describe constraints on tree searching when it comes to finding prisonous trees

A
  • for studies with modestly large numbers of taxa, there is an astronomical number of trees to be evaluated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe an exhaustive search

A
  • Every possible tree is evaluated,
  • this gives certainty that the best tree has been found
  • the shape of the tree landscape is known
  • used for n < ~14 taxa
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe implicit enumeration search

A
  • omits evaluation of set of trees that can be ruled out as the possible shortest trees
  • gives certainty that the best tree has been found
  • shape of the tree landscape is not known
  • possible for n < ~18 taxa
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe traditional search / heuristic search

A
  • includes different methods of sampling the tree landscape
  • a starting tree is obtained, then branches are swapped to find a better tree
  • used for a larger number of taxa
  • no guarantee of finding the best tree
  • tree landscape sampled by not completely known
17
Q

What are the 3 branch swapping algorithms (tree search algorithms)

A
  1. nearest neighbor interchange (NNI) (least costly in computational time but least likely to find shorter tree)
  2. Subtree pruning and regrafting (SPR) - this tries all possible subtrees regrafted on all possible branches
  3. Tree bisection and reconnection (TBR) - breaks all internal branches and reconnects all possible pairs of branches from the two subtrees obtained at each round (this is most costly in terms of computational time but most likely to find shorter solution) - widely used
18
Q

Describe subtree pruning and regrafting (SPR)

A

this is a tree searching algorithm used for maximum parsimony where it tries all possible subtrees regrafted on all possible branches

19
Q

Describe tree bisection and reconnection (TBR)

A

this is a tree searching algorithm used for maximum parsimony which breaks all internal branches and reconnects all possible pairs of branches obtained from the two subtrees at each round