Presentation is loading. Please wait.

Presentation is loading. Please wait.

D. Gusfield, V. Bansal (Recomb 2005) A Fundamental Decomposition Theory for Phylogenetic Networks and Incompatible Characters.

Similar presentations


Presentation on theme: "D. Gusfield, V. Bansal (Recomb 2005) A Fundamental Decomposition Theory for Phylogenetic Networks and Incompatible Characters."— Presentation transcript:

1 D. Gusfield, V. Bansal (Recomb 2005) A Fundamental Decomposition Theory for Phylogenetic Networks and Incompatible Characters

2 Alternative Title The Continuing Role of Incompatibility Graphs in the Study of Phylogenetic Networks

3 Geneological or Phylogenetic Networks The major biological motivation comes from genetics and attempts to reconstruct the history of recombination in populations. The results also have phylogenetic applications, for example in hybrid speciation, lateral gene transfer.

4 Reconstructing the Evolution of Binary Bio-Sequences (SNPs) Perfect Phylogeny (tree) model Phylogenetic Networks (DAG) with recombination (ARG) Blobbed Trees Incompatibility Graph and Connected its Components Prior uses of Connected Components Decomposition Theorem and Proof Sketch Optimality Conjecture and Progress

5 The Perfect Phylogeny Model for binary sequences 00000 1 2 4 3 5 10100 10000 01011 00010 01010 12345 sites Ancestral sequence Extant sequences at the leaves Site mutations on edges The tree derives the set M: 10100 10000 01011 01010 00010 one mutation per site

6 Classic NASC: Arrange the sequences in a matrix. Then (with no duplicate columns), the sequences can be generated on a unique perfect phylogeny if and only if no two columns (sites) contain all four pairs: 0,0 and 0,1 and 1,0 and 1,1 This is the 4-Gamete Test When can a set of sequences be derived on a perfect phylogeny?

7 A richer model 00000 1 2 4 3 5 10100 10000 01011 00010 01010 12345 10100 10000 01011 01010 00010 10101 added Pair 4, 5 fails the four gamete-test. The sites 4, 5 are ``incompatible” Real sequence histories often involve recombination.

8 10100 01011 5 10101 The first 4 sites come from P (Prefix) and the sites from 5 onward come from S (Suffix). P S Sequence Recombination A recombination of P and S at recombination point 5. Single crossover recombination Called ``crossing over” in genetics

9 Network with Recombination 00000 1 2 4 3 5 10100 10000 01011 00010 01010 12345 10100 10000 01011 01010 00010 10101 new 10101 The previous tree with one recombination event now derives all the sequences. 5 P S

10 Multiple Crossover Recombination 4-crossovers 2-crossovers = ``gene conversion”

11 Elements of a Phylogenetic Network (single crossover recombination) Directed acyclic graph. Integers from 1 to m written on the edges. Each integer written only once. These represent mutations. A choice of ancestral sequence at the root. Every non-root node is labeled by a sequence obtained from its parent(s) and any edge label on the edge into it. A node with two edges into it is a ``recombination node”, with a recombination point r. One parent is P and one is S. The network derives the sequences that label the leaves.

12 A Phylogenetic Network 00000 5 2 3 34 S p P S 1 4 a:00010 b:10010 c:00100 10010 01100 d:10100 e:01100 00101 01101 f:01101 g:00101 00100 00010 10100

13 Minimizing Recombinations Any set M of sequences can be generated by a phylogenetic network with enough recombinations, and one mutation per site. This is not interesting or useful. However, the number of (observable) recombinations is small in realistic sets of sequences. ``Observable” depends on n and m relative to the number of recombinations. Problem: Given a set of sequences M, find a phylogenetic network generating M, minimizing the number of recombinations. NP-hard (Wang et al 2000, Semple et al 2004)

14 Decomposition can help First we introduce the viewpoint needed.

15 Minimization is NP-hard The problem of finding a phylogenetic network that creates a given set of sequences M, and minimizes the number of recombinations, is NP- hard. (Wang et al 2000) (Semple 2004) A super-exponential-time method computes the exact min (Song and Hein). Works only for a small number of sequences. Wang et al. explored the problem of finding a phylogenetic network where the recombination cycles are required to be node disjoint, if possible. in Gusfield, Eddhu, Langley O(nm + n^3) time (also root-unknown case solved later in the same time bound).

16 Blobs in Networks In a Phylogenetic Network, with a recombination node x, if we trace two paths backwards from x, then the paths will eventually meet. The cycle specified by those two paths is called a ``recombination cycle”. In a phylogenetic Network a maximal set of (edge) intersecting cycles is called a blob.

17 A Phylogenetic Network with one Blob 00000 5 2 3 3 4S p P S 1 4 a:00010 b:10010 c:00100 10010 01100 d:10100 e:01100 00101 01101 f:01101 g:00101 00100 00010

18 Blobbed-trees Contracting each blob to a single node results in a directed, rooted tree, otherwise one of the “blobs” was not maximal. So every phylogenetic network can be viewed as a directed tree of blobs - a blobbed-tree. The blobs are the non-tree-like parts of the network.

19 Ugly tangled network inside the blob. Every network is a tree of blobs. How do the tree parts and the blobs relate? How can we exploit this relationship?

20 Incompatible Sites Recall, a pair of sites (columns) of M that fail the 4-gametes test are said to be incompatible. A site that is not in such a pair is compatible.

21 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 0 1 0 1 1 2 3 4 5 abcdefgabcdefg 13 4 25 Two nodes are connected iff the pair of sites are incompatible, i.e, fail the 4-gamete test. Incompatibility Graph G(M) M G(M) has two connected components.

22 The connected components of G(M) are very informative The number of non-trivial connected components is a lower-bound on the number of recombinations needed in any network (Bafna, Bansal; Gusfield, Hickerson). When each blob is a single-cycle (galled-tree case) all the incompatible sites in a blob must come from a single connected component C, and that blob must contain all the sites from C. Compatible sites need not be inside any blob. (Gusfield et al 2003-5)

23 Galled-Tree Structure So when each blob contains only a single cycle, there is a one-one correspondence between the blobs and the non-trivial connected components of the incompatibility graph. This is the central fact used in polynomial-time solutions to the (NP- hard) recombination minimization problem, when a galled-tree for M exists. Motivating Question: To what extent does this clean one-one structure carry over to general phylogenetic networks? How do we exploit the general structure?

24 The Decomposition Theorem (Recomb 2005) For any set of sequences M, there is a blobbed-tree T(M) that derives M, where each blob contains all and only the sites in one non-trivial connected component of G(M). The compatible sites can always be put on edges outside of any blob. A blobbed-tree with this structure is called fully-decomposed.

25 General Structure So, for any set of sequences M, there is a phylogenetic network where there is a one-one correspondence between the blobs and the non- trivial connected components of G(M). Moreover, the tree part of T(M) is unique. And it is easy to find the tree part.

26 4 1 3 25 a: 00010 b: 10010 d: 10100 c: 00100 e: 01100 f: 01101 g: 00101 A fully-decomposed network for the sequences generated by the prior network. 2 4 p s p s 13 4 25 Incompatibility Graph

27 Proof Ideas Let C be a connected component of G(M). Define M[C] as the sequences in M restricted to the sites in C.

28 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 0 1 0 1 1 2 3 4 5 abcdefgabcdefg 13 4 M a 0 0 1 b 1 0 1 c 0 1 0 d 1 1 0 e 0 1 0 f 0 1 0 g 0 1 0 1 3 4 C1 25 C2 abcdefgabcdefg 0 1 0 1 0 1 2 5 B1 B2 M[C1]M[C2]

29 Faux Proof Pick one site from each connected component C in G(M) to ``represent” C. No pair of those sites are incompatible, so by the NASC for a perfect phylogeny, there will be a perfect phylogeny T for the sites. Expand each node to a network generating the sequences in M[C]. Incorrect, because the structure of T can be wrong. We need to use information about all the sites in each C.

30 a 0 0 1 b 1 0 1 c 0 1 0 d 1 1 0 e 0 1 0 f 0 1 0 g 01 0 1 3 4 abcdefgabcdefg 0 1 0 1 0 1 2 5 M[C1]M[C2] abcdefgabcdefg 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 W 1 2 3 4 5 6 7 8 12343331234333 55556785555678 Now for each connected component C in G(M), call each distinct sequence in M[C] a supercharacter, and let W be the indicator matrix for the supercharacters. So W indicates which rows of M contain which particular supercharacters.

31 Proof Ideas Lemma: No pair of supercharacters are incompatible. So by the NASC for a Perfect Phylogeny, there is a unique perfect phylogeny T for W.

32 Proof Ideas For each connected component C of G(M), all supercharacters that originate from C label edges in T that are incident with one single node v[C] in T. So, if we expand each node v[C] to be a network that generates the supercharacters from C (the sequences in M[C]), and connect each network correctly to the edges in T, the resulting network is a fully-decomposed blobbed-tree that generates M.

33 Algorithmically, T is easy to find and is the tree resulting from contracting each blob in the fully-decomposed blobbed-tree T(M) for M. T can be constructed from M in O(nm^2) time.

34 Broader Biological Applications Our major interest is in recombination, but the proof of the decomposition theorem does not explicitly use recombination. So it holds for whatever biological phenomena caused the incompatibility of sites. For example, back or recurrent mutation, gene- conversion, lateral gene transfer etc.

35 What is the most tree-like network? Simple definition: The ``treeness’’ of a network is the number of edges in the tree after contracting each blob to a single node. Simple fact: In any phylogenetic network N for M, all sites from a single non-trivial connected component must be together in a single blob of N. Hence, under this simple definition, a fully- decomposed blobbed tree is the most tree-like network for M.

36 The supercharacters from M play the role in phylogenetic networks that normal binary characters play in perfect phylogeny trees. So supercharacters are the fundamental characters of phylogenetic networks.

37 Algorithmically Finding the tree part of the blobbed-tree is easy. Determining the sequences labeling the exterior nodes on any blob is easy. Determining a “good” structure inside a blob B is the problem of generating the sequences of the exterior nodes of B. It is easy to test whether the exterior sequences on B can be generated with only a single (possibly multiple- crossover) recombination. The original galled-tree problem is now just the problem of testing whether one single- crossover recombination is sufficient for each blob.

38 The main open question The Decomposition Theorem says there is always a fully-decomposed blobbed-tree for any M, but Is there always a fully-decomposed blobbed-tree that minimizes the number of recombinations over all possible phylogenetic networks for M?

39 We conjecture the answer is yes. If true, then we can decompose the problem of minimizing the total number of recombinations into separate problems on each connected component, and also find lower bounds on the needed number of recombinations, in each component separately, adding those bounds to get a valid overall lower bound for M. This computation of lower bounds is known to be correct for certain lower bounds (Bafna, Bansal 2004).

40 Progress on Proving the Conjecture Definition: If N is a phylogenetic network for M, and a node v in N is labeled with a sequence in M, then v is said to be visible in N. Theorem: If every node in N is visible, then there is a fully-decomposed network for M where the number of recombinations is at most the number in N. Corollary: The conjecture is true for any M where the Haplotype or History lower bounds (S. Myers) on the number of recombinations needed to generate M, is tight.

41 Papers and Software wwwcsif.cs.ucdavis.edu/~gusfield/


Download ppt "D. Gusfield, V. Bansal (Recomb 2005) A Fundamental Decomposition Theory for Phylogenetic Networks and Incompatible Characters."

Similar presentations


Ads by Google