To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Tree rearrangement

From Wikipedia, the free encyclopedia

Tree rearrangements are deterministic algorithms devoted to search for optimal phylogenetic tree structure. They can be applied to any set of data that are naturally arranged into a tree, but have most applications in computational phylogenetics, especially in maximum parsimony and maximum likelihood searches of phylogenetic trees, which seek to identify one among many possible trees that best explains the evolutionary history of a particular gene or species.

YouTube Encyclopedic

  • 1/3
    Views:
    14 966
    26 321
    1 180 434
  • 5. Dynamic Optimality I
  • Rooting a tree | Graph Theory
  • How Binary Search Makes Computers Much, Much Faster

Transcription

Basic tree rearrangements

The simplest tree-rearrangement, known as nearest-neighbor interchange, exchanges the connectivity of four subtrees within the main tree. Because there are three possible ways of connecting four subtrees,[1] and one is the original connectivity, each interchange creates two new trees. Exhaustively searching the possible nearest-neighbors for each possible set of subtrees is the slowest but most optimizing way of performing this search. An alternative, more wide-ranging search, subtree pruning and regrafting (SPR), selects and removes a subtree from the main tree and reinserts it elsewhere on the main tree to create a new node. Finally, tree bisection and reconnection (TBR) detaches a subtree from the main tree at an interior node and then attempts all possible connections between edges of the two trees thus created. The increasing complexity of the tree rearrangement technique correlates with increasing computational time required for the search, although not necessarily with their performance.[2]

SPR can be further divided into uSPR: Unrooted SPR, rSPR: Rooted SPR. uSPR is applied to unrooted trees, and goes like this: break any edge. Join one end of the edge (selected arbitrarily) to any other edge in the tree. rSPR is applied to rooted trees*, and goes: break any edge except the edge leading to the root node. Join one end of the edge (specifically: the end of the edge that is FURTHEST from the root) and attach it to any other edge of the tree.[3]

* In this example the root of the tree is marked by a node of degree one, meaning that all nodes in the tree have either degree 1 or degree 3. An alternative approach, used in Bordewich and Semple, is to consider the root node to have degree 2, and to have a special rule for rSPR.

The number of SPR[4] or TBR[5] moves needed to get from one tree to another can be calculated by producing a Maximum Agreement Forest comprising (respectively) rooted or unrooted trees. This problem is NP hard but Fixed Parameter Tractable.

Tree fusion

The simplest type of tree fusion begins with two trees already identified as near-optimal; thus, they most likely have the majority of their nodes correct but may fail to resolve individual tree "leaves" properly; for example, the separation ((A,B),(C,D)) at a branch tip versus ((A,C),(B,D)) may be unresolved.[1] Tree fusion swaps these two solutions between two otherwise near-optimal trees. Variants of the method use standard genetic algorithms with a defined objective function to swap high-scoring subtrees into main trees that are high-scoring overall.[6]

Sectorial search

An alternative strategy is to detach part of the tree (which can be selected at random, or using a more strategic approach) and to perform TBR/SPR/NNI on this sub-tree. This optimized sub-tree can then be replaced on the main tree, hopefully improving the p-score.[7]

Tree drifting

To avoid entrapment in local optima, a 'simulated annealing' approach can be used, whereby the algorithm is occasionally permitted to entertain sub-optimal candidate trees, with a probability related to how far they are from the optimum.[7]

Tree fusing

Once a range of equally-optimal trees have been gathered, it is often possible to find a better tree by combining the "good bits" of separate trees. Sub-groups with an identical composition but different topology can be switched and the resultant trees evaluated.[7]

References

  1. ^ a b Felsenstein, Joseph (2004). Inferring Phylogenies. Sinauer Associates: Sunderland, MA. ISBN 9780878931774.
  2. ^ Takahashi, Kei; Nei, Masatoshi (August 2000). "Efficiencies of fast algorithms of phylogenetic inference under the criteria of maximum parsimony, minimum evolution, and maximum likelihood when a large number of sequences are used". Molecular Biology and Evolution. 17 (8): 1251–1258. doi:10.1093/oxfordjournals.molbev.a026408. PMID 10908645.
  3. ^ Bordewich, Magnus; Semple, Charles (2005). "On the computational complexity of the rooted subtree prune and regraft distance". Annals of Combinatorics. 8 (4): 409–423. doi:10.1007/s00026-004-0229-z. S2CID 13002129.
  4. ^ Whidden, Chris; Beiko, Robert G.; Zeh, Norbert (2016). "Fixed-parameter and approximation algorithms for maximum agreement forests of multifurcating trees". Algorithmica. 74 (3): 1019–1054. arXiv:1305.0512. doi:10.1007/s00453-015-9983-z. S2CID 14297537.
  5. ^ Chen, Jianer; Fan, Jia-Hao; Sze, Sing-Hoi (2015). "Parameterized and approximation algorithms for maximum agreement forest in multifurcating trees". Theoretical Computer Science. 562: 496–512. doi:10.1016/j.tcs.2014.10.031.
  6. ^ Matsuda, H. (1996). "Protein phylogenetic inference using maximum likelihood with a genetic algorithm" (PDF). Pacific Symposium on Biocomputing 1996. pp. 512–523.
  7. ^ a b c Goloboff, Pablo A. (1999). "Analyzing Large Data Sets in Reasonable Times: Solutions for Composite Optima". Cladistics. 15 (4): 415–428. doi:10.1006/clad.1999.0122. PMID 34902941.
This page was last edited on 3 December 2023, at 09:30
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.