Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

Advertisement

BMC Bioinformatics

Linearization of ancestral multichromosomal genomes

BMC Bioinformaticsvolume 13, Article number: S11 (2012)Cite this article

Abstract

Background

Recovering the structure of ancestral genomes can be formalized in terms of properties of binary matrices such as the Consecutive-Ones Property (C1P). TheLinearization Problem asks to extract, from a given binary matrix, a maximum weight subset of rows that satisfies such a property. This problem is in general intractable, and in particular if the ancestral genome is expected to contain only linear chromosomes or a unique circular chromosome. In the present work, we consider a relaxation of this problem, which allows ancestral genomes that can contain several chromosomes, each either linear or circular.

Result

We show that, when restricted to binary matrices of degree two, which correspond to adjacencies, the genomic characters used in most ancestral genome reconstruction methods, this relaxed version of the Linearization Problem is polynomially solvable using a reduction to a matching problem. This result holds in the more general case where columns have bounded multiplicity, which models possibly duplicated ancestral genes. We also prove that for matrices with rows of degrees 2 and 3, without multiplicity and without weights on the rows, the problem is NP-complete, thus tracing sharp tractability boundaries.

Conclusion

As it happened for the breakpoint median problem, also used in ancestral genome reconstruction, relaxing the definition of a genome turns an intractable problem into a tractable one. The relaxation is adapted to some biological contexts, such as bacterial genomes with several replicons, possibly partially assembled. Algorithms can also be used as heuristics for hard variants. More generally, this work opens a way to better understand linearization results for ancestral genome structure inference.

Introduction

Genomes, meant as the linear organization of genes along chromosomes, have been successively modelled by several mathematical objects. Sturtevant and Tan [1] first introduced permutations to study the evolution of genome structure. Starting in the 1980's [2], a large body of work focused on the mathematical and algorithmic properties of such models, including linear and circular genomes [3]. Multichromosomal linear genomes have been defined as generalizations of permutations: they are permutations cut in several pieces [4]. In this framework, hardness results of algorithmic complexity were ubiquitous as soon as three genomes were compared [5,6]. Even worse, if strings were used to model duplications and heterogeneous gene content, then even the basic problem of comparing two genomes proved to be hard [7].

In order to scale up and handle the dozens of available genomes, another model was needed. Bergeron, Mixtacki and Stoye [8] proposed to use a graph matching between gene extremities to define a genome. It simplified the presentation of the Double-Cut and Join (DCJ) theory [9] at the expense of relaxing the model of chromosomal structure as genomes could contain both linear and circular chromosomes. This can be seen as an unrealistic relaxation, as genomes are mostly either linear multichromosomal (eukaryotic nuclear genomes) or circular unichromosomal (bacterial or organelle genomes). But eukaryotes with organelles, or prokaryotes with several replicons, which have not yet been handled explicitly by a formal comparative genomics approach, arguably fit such a model. An unexpected consequence of this relaxation is that the comparison of three genomes with the breakpoint distance proved to be tractable, as an exact optimal median can be computed by solving a maximum weight perfect matching problem [10]. Moreover, the small parsimony problem,i.e., reconstructing the minimum number of evolutionary events along a given phylogeny, can be solved for any number of genomes for the Single-Cut and Join (SCJ) distance by Fitch's parsimony algorithm on binary characters [11]. This opened the way to scalable methods at the level of large multispecies datasets.

An additional relaxation consists in allowing any graph, and not only a matching, to model genomes. Ancestral genome reconstruction methods often first compute sets of ancestral adjacencies (neighborhood relations between two genes) [1214], intervals (neighborhood relations between an arbitrary number of genes) [1518], which result in non-linear structures. This, while also unrealistic at a first glance, allows computational breakthroughs, like incorporating duplications and heterogeneous gene content in the framework [19,20] with polynomial exact methods. Beyond the significant computational speedup, nonlinear genomes may help to understand the amount of error in the data [20].

Nevertheless, biological applications in general require linear genomes, which raises the question oflinearizing a collection of adjacencies or intervals. TheLinearization Problem is, given a set of weighted intervals (the weight indicates a confidence value based on phylogenetic conservation of intervals), to find a maximum weight subset which is compatible with a linear structure.

According to the definition of a linear structure, this can be described by some variant of the Consecutive-Ones property (C1P) of binary matrices [10,15,17]: A binary matrix has the C1P if its columns can be ordered such that in each row, there is no 0 entry between two 1 entries. Here, each column is a gene or a gene extremity and each row is an interval. Adjacencies are a particular case of intervals of size two: In that case, the matrix, which has degree 2, can be identified with a graph (vertices are columns and edges are rows). In the case of adjacencies, the Linearization Problem translates to the Maximum Weight Vertex-Disjoint Path Cover Problem, so it is NP-complete. A variant handles genomes with a single circular chromosome: A binary matrix has the circular C1P (Ci1P) if its columns can be ordered such that in each row, either there is no 0 entry between two 1 entries, or there is no 1 entry between two 0 entries. For adjacencies, the Linearization Problem contains the Maximum Weight Hamiltonian Cycle Problem, so it is also NP-complete.

To the best of our knowledge, there is currently no tractability result known for the Linearization Problem. Currently all methods [1214,19] rely on heuristic or external Traveling Salesman Problem solvers, or branch and bound techniques [10,1518]. Moreover, none of the previously published methods is able to infer multichromosomal genomes, possibly with circular chromosomes, which is the natural model for bacterial genomes with plasmids.

In the present paper, we prove that the Linearization Problem for weighted adjacencies, when ancestral genomes can have several circular and linear chromosomes, is tractable. We prove this in a more general case, where multiple copies of columns are allowed. Here, instead of a permutation of the columns, one asks for a sequence on the alphabet of columns, containing at mostm(c) occurrences of a columnc. In the context of genome reconstruction, this allows to model genes with multiple copies in an ancestral genome [21] or to include telomere markers [22].

We show that this corresponds to finding a maximum weightf-matching, which, in turn, is reducible to finding a maximum weight matching. Also, following the complexity pattern already observed with the model of the C1P with multiplicities [21], we further show that the Linearization Problem for matrices with rows of degrees 2 and 3 is NP-complete, even if all rows have the same weight and multiplicity one. We discuss the possibilities that our tractability result opens for ancestral genome reconstruction.

Results

A few definitions are needed to prove the two main results of this paper: (1) a polynomial algorithm for the linearization of degree 2 matrices with columns with multiplicity and weighted rows; and (2) an NP-completeness proof for the linearization of matrices with rows of degrees 2 and 3, even if all multiplicities and row weights are equal to one.

Thedegree of a row of abinary matrixM (over {0, 1}) is the number of 1 entries in that row. The degree ofM is the maximum degree over all its rows. In genomics, the columns ofM are thegenes, and its rows are theintervals of genes. If a row has degree 2, the interval is called anadjacency. A degree 2 matrixM can be identified with a graph, whose vertices are the columns ofM, and edges are the adjacencies. We suppose that all rows are different (and in consequence the graph is simple: it has no multi-edges).

A binary matrix (or submatrix)M has theConsecutive Ones Property (C1P) if its columns can be ordered such that in each row, the 1 entries are consecutive (there is no 0 entry between two 1 entries). IfM has degree 2, it has the C1P if and only if the corresponding graph is a collection of vertex-disjoint paths. A matrix (or submatrix)M has theCircular Ones Property (Ci1P) if its columns can be ordered such that in each row, either the 1 entries are consecutive (there is no 0 entry between two 1 entries), or the 0 entries are consecutive (there is no 1 entry between two 0 entries); in other words the 1 entries are consecutive when the order of columns is viewed as a circle. IfM has degree 2, it has the Ci1P if and only if the graph is a cycle or a collection of vertex-disjoint paths.

Given maximum copy numbersm(c) for each columnc,M satisfies theConsecutive Ones Property with multiplicities (mC1P), if there is a sequenceS of columns, containing at mostm(c) occurrences of columnc, and for each rowr, the columns containing a 1 inr appear consecutively inS. The mCi1P is defined analogously.

TheMAX-ROW-C1P problem takes a binary matrix with weighted rows as input and asks for a subset of rows of maximum cumulative weight with the C1P. For graphs it is equivalent to the Maximum Weight Vertex-Disjoint Path Cover Problem and thus theMAX-ROW-C1P is NP-complete [23]. TheMAX-ROW-Ci1P problem takes a matrix with weighted rows as input and asks for a subset of rows of maximum cumulative weight with the Ci1P. For graphs it can solve the Traveling Salesman Problem and thus theMAX-ROW-Ci1P is NP-complete [23].

These two problems are classical and have been defined independently from comparative genomics, but model well the linearization of genomes with linear chromosomes, or a single circular chromosome, respectively. But the general case would better be modelled by the following. A matrix iscomponent-mCi1P if there is a collection of cyclic sequences of columns that satisfy the following two conditions: (i) for each rowr, the columns containing a 1 inr appear consecutively in at least one of the cyclic sequences; and (ii) the total number of occurrences of each columnc in all cyclic sequences is at least one and at mostm(c). In the particular case wherem(c) = 1 for every columnc, a matrix iscomponent-mCi1P if its columns can be partitioned such that a row has 1s only in one part and each part is Ci1P. Here chromosomes are sequences, which mean possible ancestral gene orders. It is then the matter of solving the following problem.

MAX-ROW-component-mCi1P

Input. A matrix with maximum copy numbers assigned to all columns and weighted rows;

Output. A subset of rows of maximum cumulative weight such that the obtained submatrix iscomponent-mCi1P.

Note that it is equivalent if some sequences are not required to be circular, so it handles well the case where both circular and linear chromosomes are allowed. It is a relaxation of the previous problems, so the NP-hardness does not follow from them. And in fact, the problem for degree 2 matrices (adjacencies) happens to be polynomial, as we now show in the next subsection.

A solution for matrices of degree two with weighted rows and multiplicites

For a degree 2 matrixM, letGM be the corresponding graph with a node for each column and a weighted edge for each (weighted) row. Letm :V(GM) → be the function specifying the maximum copy number of each column,i.e., the multiplicity limit for each vertex ofGM. We say that matrixM (resp., the corresponding graphGM) is component-mCi1P form if there exists a collection of cyclic walks (resp., corresponding cyclic sequences) that satisfies the following two conditions: (i)GM is a subgraph of the union of cyclic walks; and (ii) the total number of occurrences of each vertexv in all cyclic walks is at mostm(v).

A 2m-matching of a graphG is a spanning subgraph ofG such that the degree of each vertexvV(G) is at most 2m(v). The following lemma shows the correspondence between spanning subgraphs ofG that are component-mCi1P form and 2m-matchings ofG.

Lemma 1A spanning subgraph of a graph G is component-mCi1P for m if and only if it is a 2m-matching of G.

We give a sketch of the proof. For more details, we refer the reader to [21], where a similar proof was given.

Proof. First, assume a spanning subgraphG' ofG is component-mCi1P form. Then there is a collection of cyclic walks satisfying conditions (i) and (ii). Since each vertexv appears at mostm(v) times in these cyclic walks and each occurrence has only two neighbors, the degree ofv inG' is at most 2m(v). Hence,G' is a 2m-matching ofG.

Conversely, assumeG' is a 2m-matching ofG. If degG'(v) < 2m(v) for somevV(G'), then we add a new vertexv0 and for eachv such that degG'(v) < 2m(v), we add a new edge {v0,v} with multiplicity 2m(v) − degG'(v) toG'. Since now every vertex ofG' has even degree, each componentC ofG' is Eulerian,i.e., there is a cyclic walk which contains all edges ofC, and eachvV(C) appears exactlym(v) times in the walk. IfC does not containv0 then this cyclic walk satisfies conditions (i) and (ii) for vertices inV(C). IfC containsv0, then after omitting all occurrences ofv0 we obtain a cyclic walk satisfying conditions (i) and (ii) for vertices inV(C). Hence,G' is component-mCi1P form. QED

It follows that solutions to the MAX-ROW-component-mCi1P for matrixM andm correspond to maximum weight 2m-matchings ofGM. Next, we give an algorithm for finding a maximum weightf-matching ofG with running time (O((|V(G)| + |E(G)|)3/2)), wheref :V(G) →. We will use a more general form of Tutte's reduction for reducing the maximum weightf-matching problem to the maximum weight matching problem similar to the ones presented in [24,25].

Given an edge weighted graphG and functionf, constructG' in the following way: For allx inV(G), letx1,x2, ...,xf(x)be inV(G'); and for alle = {x,y}inE(G), letex andey be inV(G'). Now, for alle = {x,y} inE(G), let {x1,ex}, ..., {xf(x),ex}, {ex,ey}, {y1,ey}, ...,{yf(y),ey} be edges ofG', and all these edges have weightw(e). This reduction is illustrated in Figure1.

Figure 1
figure 1

Reduction used to transform the maximum weightf-matching problem to the maximum weight matching problem. Edge weights are all one, unless otherwise indicated, andf is given by the white dots inside the nodes. The total edge weight inG is 8. The solid edges show a maximum weightf-matching inG (w = 6), and a corresponding maximum weight matching inG' (of weight 6 + 8 = 14).

Property 1There is an f-matching in G with weight w if and only if there is a matching in G'with weight w +W,whereW=eE(G)w(e).

An unweighted version of this property was shown in [25]. The weighted version can be shown in the same way, and hence, we omit the proof.

Since a maximum weight matching can be found in timeO(|V(G)||E(G)|)[26], we have polynomialO((|V(G)| + |E(G)|)3/2) algorithms for the maximum weightf-matching problem and for the MAX-ROW-component-mCi1P problem with multiplicities on matrices of degree 2.

Intractability for matrices of degree larger than two

The tractability does not generalize to matrices, that is, the MAX-ROW-component-Ci1P is already NP-complete for unweighted matrices with rows of degrees 2 and 3. Note that the result for unweighted matrices implies NP-completeness also for the cases when rows are weighted and/or columns have multiplicities.

We will first show that the following hypergraph covering problem is NP-complete. Here we say that a hypergraphH = (V,E) is2,3-uniform when all of its hyperedges are either2-edges or3-edges, that is, hyperedges that contain exactly two or three vertices. We will also denote 2,3-uniform hypergraphsH = (V,E) asH = (V,E2,E3), whereE2 (resp.,E3) is its set of 2-edges (resp., 3-edges). We denote thepower set of a setS withP(S) (also known as 2S).

Definition 1A graph coveringof a2,3-uniformhypergraphH = (V,E2,E3)is a graph G = (V,E')such that there exist a mapc:E2E3P(E),satisfying the following for everyhE2E3:

(a)for everyhE,and for everyec(h),eh;

(b) |c(h)| = 1ifhE2and |c(h)| = 2ifhE3;and

(c)hE2E3c(h) =E'.

Here, we say that each set of edgesc(h) coversthe hyperedge h.

Informally, a graph covering of a 2,3-uniform hypergraph is a graph constructed by picking an edge from each 2-edge, and a pair of edges from each 3-edge.

Problem 1 (The 2,3-Uniform Hypergraph Covering by Cycles and Paths by Edge Removal Problem (23UCR Problem))Given a 2, 3-uniform hypergraph H = (V, E)and an integer k, is there a graph covering of H that consists of a collection of disjoint cycles and paths after removing at most k hyperedges from E?

Here we will show that Problem 1, the 23UCR Problem, is NP-complete. Later in this section we will show that this implies that the MAX-ROW-component-Ci1P Problem is NP-complete for matrices with rows of degrees 2 and 3. First, we must define the following NP-complete version of 3SAT, which we will use to show NP-completeness of Problem 1.

Problem 2 (The 3SAT(2,3) Problem)Given a CNF formulaϕwith the following three properties, isϕsatisfiable?

(a) Formulaϕhas only 2-clauses and 3-clauses.

(b) Each variable x ofϕhas exactly two positive occurrences and one negative occurrence in the clauses.

(c) Exactly one positive occurrence of x appears in the 3-clauses,while the other two occurrences appear in the 2-clauses.

We show that this version of 3SAT is NP-complete using a very similar proof to the one in [27], by reduction from 3SAT.

Theorem 1The 3SAT(2,3) Problem is NP-complete.

Proof. Clearly, the problem is in NP. We now show that it is NP-hard by reduction from 3SAT by transforming a given formulaϕ that is an instance of 3SAT to a formulaϕ that is an instance of 3SAT(2,3) that is satisfiable if and only ifϕ is satisfiable. For each variablex ofϕ that hask occurrences, we first replace itsk occurrences withx1,x2,...,xk,i.e., replace thei-th occurrence ofx (as literalx or ¬x) withxi. We then add the following 2-clauses:x¯ix¯i+1(i.e.,¬x¯ix¯i+1) fori = 1, ...,k - 1 and alsox¯kx¯1, where for eachi,

x˜i={xiifthei-thoccurrenceofvariablexispositive,and¬xiotherwise.

This "cycle" of implications (2-clauses) onx1,...,xk, ensures that for any truth assignment to the variables ofϕ, the values ofx¯1,,x¯k are either all set totrue or all set tofalse. In the first case, thexi's corresponding to the positive occurrences ofx, are set totrue and thexi's corresponding to the negated occurrence ofx, are set tofalse. In the second case, the situation is reversed. Hence, any satisfying truth assignment to the variables ofϕ can be translated into a satisfying truth assignment to the variables ofϕ, and vice versa,i.e.,ϕ is satisfiable if and only ifϕ is satisfiable. Since it is easy to verify that this transformation can be done in polynomial time, and thatϕ is indeed an instance of 3SAT(2,3), it follows that the 3SAT(2,3) Problem is NP-complete. QED

We now show that the 23UCR Problem is NP-complete by reduction from 3SAT(2,3).

Theorem 2The 23UCR Problem is NP-complete.

Proof. Clearly, the problem is in NP. We will show that it is also NP-hard by reduction from 3SAT(2,3).

Given a 3SAT(2,3) formulaϕ with variablesX = {x1, ...,xn} and setC2=c1,,cm2 of 2-clauses (resp., setC3=c1,,cm3 of 3-clauses), we construct a 2,3-uniform hypergraphHϕ = (V,E). HypergraphHϕ is composed of variable gadgets and clause gadgets which contains, among other vertices, a vertex for each literal ofϕ (what we will refer to as literal vertices: there are 3n = 2m2 + 3m3 such vertices). The design ofHϕ is such that there is a graph coveringG ofHϕ that consists of a collection of disjoint cycles and paths after removing at mostm2 +n edges fromE if and only ifϕ is satisfiable. For this proof, we call such aG avalid covering ofH. Note that a valid covering does not contain any vertex of degree 3 or more.

Figure2a depicts the variable gadget for variablexX with its two positive occurrences, labeled asx1 andx2, and its one negative occurrence ¬x in the clauses. We call the 3-edge {x'',x''',x'''' } theauxiliary hyperedge, while the other two, {x1,x2,x'} and {¬x,x',x''}, are called themain hyperedges of the variable gadget.

Figure 2
figure 2

(a) The variable gadget for variablexwith literal verticesx1,x2and ¬x, as well as the four auxiliary verticesx',x'',x''',x'''' that do not appear in any other hyperedge ofHϕ. (b) 2-clause gadget with literal verticesp andq, as well as the two auxiliary verticesc andc' that do not appear in any other hyperedge ofHϕ. (c) 3-clause gadget with literal verticesp,q andr.

Figure2b (resp., 2c) depicts the clause gadget for the 2-clause containing literalsp,q (resp., and alsor for a 3-clause). For the 2-clause gadget, we call the 2-edge {c,c'} theauxiliary hyperedge. We will refer to literals ofϕ and the literal vertices of the gadgets ofHϕ interchangeably when the context is clear. We have the following claim.

Lemma 2Formulaϕhas a satisfying assignment if and only ifHϕhas a valid covering.

Proof. "" We first show that a satisfying assignment ofϕ can be used to construct a valid covering ofHϕ.

For the variable gadget corresponding toxX, we first remove the main hyperedge that contains the literal(s) that is satisfied in the assignment, and then cover the remaining two edges as depicted in Figure3: Figure3a (resp.,3b) depicts how to cover the clause gadget whenx isfalse (resp.,true) in the assignment. In this figure (as in all remaining figures of this paper), hyperedges drawn with dashed lines are removed, while the straight lines are edges picked in the covering.

Figure 3
figure 3

Two coverings of the variable gadget forx, whenxis set to: (a)false, or (b)truein the assignment.

For a 2-clause (resp., 3-clause)c containing literalsp,q (resp., and alsor for a 3-clause), without loss of generality letp be a literal that is satisfied inc (there has to be such a literal since it is a satisfying assignment). Ifc is a 2-clause (resp., 3-clause), we cover the corresponding gadget as depicted in Figure4a (resp.,4b).

Figure 4
figure 4

A covering of the (a) 2-clause gadget; and (b) 3-clause gadget, where literalpis satisfied.

In the above covering, since exactlym2 +n hyperedges were removed, and since it is easy to verify that each vertex has degree at most 2, it follows that it is a valid covering ofHϕ.

"" Now we show that ifHϕ has a valid covering thenϕ is satisfiable.

For hypergraphHϕ=(V,E), we say that a graphG = (V,E')selects a literal vertex forxX ofHϕ ifx is adjacent to two edges ofG in some clause gadget ofHϕ. Obviously, selected vertices ofG correspond to a satisfying truth assignment ofϕ if and only if

  1. (i)

    in every clause gadget, at least one literal vertex is selected, and

  2. (ii)

    for everyxX, at most one ofx and ¬x is selected.

We call a graphG = (V,E') anexpected behavior covering ofHϕ=(V,E) when each variable (resp., clause) gadget ofHϕ is covered in a way depicted in Figure3 (resp.,4). It is easy to verify the following observation.

Observation 1If a valid covering G = (V, E')ofHϕ=(V,E)is also an expected behavior covering ofHϕ,then G corresponds to a satisfying truth assignment of ϕ.

In the remainder of this lemma, we will give a set of transformations that converts a valid covering into an expected behavior covering while preserving the validity of the covering at each step. Assume that we have a valid covering ofHϕ.

We say that a variable gadget isundecided in a valid covering ofHϕ if neither of its two main hyperedges is removed. We first show that we can assume that there are no undecided variable gadgets.

Claim 1We can transform a valid covering of Hϕinto a valid covering that contains no undecided variable gadgets.

Proof. To prove this claim we do a case analysis on the possible configurations that an undecided variable gadget can have in a valid covering ofHϕ, and show how we can locally transform each one to a decided configuration without affecting the validity of the covering ofHϕ.

First, assume that the auxiliary hyperedge is removed in an undecided variable gadget. The set of possible configurations that the gadget can be in is depicted on the left in Figure5. In this figure (as in all remaining figures) double-headed arrows pointing to two vertices in a 3-edge represent the two coverings of this 3-edge as explained in Figure6.

Figure 5
figure 5

The transformation in the case when the auxiliary hyperedge of the variable gadget is removed.

Figure 6
figure 6

(a) a 3-edge with a double arrow pointing to two vertices. (b)-(c) the two configurations that are represented by (a).

We can transform any configuration of Figure5 to the decided configuration on the right. It is easy to see that in the transformed configuration, the number of hyperedges removed is the same as in any initial configuration, and that verticesx',x'',x''' andx'''' (which do not intersect any vertex outside this variable gadget) have degree at most 2. Finally, since each initial configuration of Figure5 is part of a valid covering ofHϕ, and the degree of any literal vertex (x1,x2 and ¬x) affected by the transformation has only decreased or remained the same, it follows that the covering ofHϕ remains valid after this local transformation.

Hence, we can assume that the auxiliary hyperedge is present in any undecided variable gadget. Without loss of generality we can then assume that any configuration of the undecided variable gadget must be in one of the two forms depicted on the left in Figure7. In each case, we can perform the corresponding transformation shown in Figure7. Again it is easy to see that the number of hyperedges removed has not increased, that verticesx',x'',x''',x'''',c andc' (which do not intersect any vertex outside of what is shown here) have degree at most 2, and that degree of any involved literal vertex has not increased. Hence, the covering remains valid. QED

Figure 7
figure 7

Two sets of possible configurations of an undecided variable gadget and the corresponding transformation of the covering. (Note that if edge {c,c'} is also missing in either initial configuration on the left, that the corresponding configuration on the right still applies, sincec andc' do not intersect any vertex outside this variable gadget, and the number of hyperedges removed has not increased.)

We have the following claim.

Claim 2In any valid covering of Hϕ,at least one hyperedge is removed from each 2-clause gadget.

Proof. If no hyperedge is removed from the 2-clause gadget (i.e., all hyperedges are covered) in a valid covering ofHϕ, then vertexc (see Figure2b) has degree 3, which contradicts the fact that this 2-clause gadget is part of a valid covering ofHϕ. QED

By Claims 1 and 2, at leastn +m2 hyperedges have been removed from the variable and 2-clause gadgets, and since in any valid covering this is the maximum number of hyperedges which can be removed, we have the following corollary.

Corollary 1We can transform a valid covering of Hϕinto a valid covering where:

(a) exactly one hyperedge is removed from each variable gadget and each 2-clause gadget of Hϕ,and

(b) no hyperedge is removed from any 3-clause gadget.

We have the following claim.

Claim 3We can transform a valid covering of Hϕinto an expected behavior valid covering.

Proof. Firstly, in the valid covering ofHϕ we can assume, by Claim 1 and Corollary 1, that exactly one main hyperedge is removed and the auxiliary hyperedge is not removed from each variable gadget. However, this does not imply expected behavior. All possible configurations of a decided variable gadget without expected behavior and their corresponding transformations to the expected behavior covering are shown in Figure8. Analogous to the proof of Claim 1, these local transformations do not affect validity of the covering.

Figure 8
figure 8

Two sets of possible configurations of a decided variable gadget without expected behavior and the corresponding transformations.

Secondly, in the valid covering ofHϕ we can assume, by Corollary 1, that exactly one hyperedge is removed from each 2-clause gadget. Assume now that a 2-clause gadget is not expected behavior covered. The only possible such configuration can be transformed to the expected behavior covering as shown in Figure9. Again, these local transformations do not affect validity of the covering.

Figure 9
figure 9

The only possible configuration of a 2-clause gadget without expected behavior and the corresponding transformation.

Thirdly, in the valid covering ofHϕ we can assume, again by Corollary 1, that the 3-clause gadget is covered, and hence it is also expected behavior covered (see Figure4b). Since all gadgets are expected behavior covered in this valid covering ofHϕ, the claim holds. QED

It follows by Observation 1 and Claim 3, that ifHϕ has a valid covering, thenϕ is satisfiable. This completes the proof of the lemma. QED

Finally, since the construction ofHϕ is polynomial, then by Lemma 2 it follows that the 23UCR Problem is NP-complete. QED

Let the component-Ci1P by Row Removal Problem be the corresponding decision version of the MAX-ROW-component-Ci1P Problem as follows.

Problem 3 (The component-Ci1P by Row Removal Problem)Given a binary matrix M and an integer k, can we obtain a submatrix that is component-mCi1P by removing at most k rows from M?

We now show that the component-Ci1P by Row Removal Problem is NP-complete for matrices with rows of degrees 2 and 3.

The following lemma shows the correspondence between the component-Ci1P by Row Removal Problem for matrices with rows of degrees 2 and 3 and the 23UCR Problem. A 2,3-uniform hypergraphH = (V,E) can be represented by a binary matrixBH with |V| columns and |E| rows, where for each hyperedgehE, we add a row with 1's in the columns corresponding to the vertices inh and 0's everywhere else. Obviously, there is a one-to-one correspondence between 2,3-uniform hypergraphs and such matrices.

Lemma 3A 2,3-uniform hypergraph H = (V, E)can be covered by a collection of disjoint cycles and paths after removing at most k hyperedges from E if and only if matrix BHhas the component-Ci1P after removing at most k rows.

Proof. Assume first thatH has a coveringG that consists of a collection of disjoint cycles and paths after removing at mostk hyperedges fromE. Remove the (at mostk) rows fromBH that correspond to the hyperedges removed fromE. Each path (resp., cycle)O ofG defines a cyclic order on its set of vertices. Consider the cyclic ordering of the columns of each component ofBH corresponding toO. It is easy to see that each such cyclic ordering is a Ci1P ordering of its corresponding component, and henceBH has the component-Ci1P after removing at mostk rows.

Conversely, assume that each componentC = {v1,...,v|C|} of the submatrix ofBH obtained by removing at mostk rows is Ci1P with respect to cyclic orderπ=vi1,,vi|C| of its columns. Consider the following coveringG ofH, after removing the (at mostk) hyperedges fromE that correspond to the rows removed fromBH: for every hyperedge, pick the edge between two adjacent columns/vertices inπ. Note that every picked edge is{vij,vij+1} for somej, or{vi|C|,vi1}. Hence,G consists of a collection of disjoint cycles and paths. QED

By Theorem 2 and Lemma 3 it follows that the component-Ci1P by Row Removal Problem is NP-complete for matrices with rows of degrees 2 and 3. Since this decision problem is NP-complete, it follows that the MAX-ROW-component-Ci1P Problem is also NP-complete for matrices with rows of degrees 2 and 3.

Theorem 3The MAX-ROW-component-Ci1P Problem is NP-complete.

Discussion/Conclusion

There are exact optimization [12,19,20] or empirical [1315] fast methods to construct ancestral adjacencies which do not necessarily form a linear signal. But to date, all linearization methods were heuristics or calls to Traveling Salesman Problem solvers [1214,19]. Moreover, no method is currently adapted to reconstruct bacterial ancestral genome with plasmid(s), while this situation is common in the living world.

We report here two results: (1) a polynomial variant of the Linearization Problem, when the output allows paths and cycles and a maximum number of copies per gene, in the case of degree 2 matrices with weighted rows; and (2) an NP-completeness proof of the same problem for matrices with rows of degrees 2 and 3, even when multiplicities and weights are equal to one.

It is not the first time that a slight change in the formulation of a problem dramatically changes its computational status [10]. Even if such a relaxation is less realistic in certain contexts, solving the relaxation can also help to approach efficiently the constrained problem, like for DCJ and inversions/translocations for example [28,29]. More generally, 2-factors (spanning subgraphs composed of collections of vertex-disjoint cycles) have been used to approximate Traveling Salesman solutions [24], so genomes composed of several circular chromosomes can be a way to approximate solutions for linear ones.

Moreover, considering genomes composed of linear and circular segments is appropriate for bacterial genomes where linear segments can be seen as segments of not totally recovered circular chromosomes. Currently no ancestral genome reconstruction method is able to handle bacterial genomes with plasmids, but rather they are restricted to eukaryotes or bacterial chromosomes with a single circular chromosome. For example, Darlinget al. [30] reconstruct the ancestral genomes ofYersinia pestis strains but are limited to the main chromosome by their method, while there are 3 plasmids in most current species, and they are of capital importance since they are suspected to have provoked the pathogenicity of the plague agent. So it is crucial to include them in evolutionary studies, which justifies our model for future biological studies.

Furthermore, genes are often duplicated in genomes, and in the absence of a precise and efficient phylogenetic context, which is still absent for bacteria (no ancestral genome reconstruction method is able to handle horizontal transfers for example), a multi-copy family translates into a multiplicity in the problem statements.

The ability to obtain such genomes in polynomial time from adjacencies also opens interesting perspectives for phylogenetic scaffolding of extant bacterial genomes [31] or more generally bacterial communities [32].

These applications are left as a future work.

References

  1. Sturtevant A, Tan C: The comparative genetics of Drosophila Pseudoobscura and Drosophila Melanogaster. Journal of Genetics. 1937, 34: 415-432. 10.1007/BF02982303.

    Article  Google Scholar 

  2. Watterson GA, Ewens WJ, Hall TE, Morgan A: The chromosome inversion problem. Journal of Theoretical Biology. 1982, 99: 1-7. 10.1016/0022-5193(82)90384-8.

    Article  Google Scholar 

  3. Fertin G, Labarre A, Rusu I, Tannier E, Vialette S: Combinatorics of genome rearrangements. MIT press. 2009

    Google Scholar 

  4. Hannenhalli S, Pevzner P: Transforming men into mice (polynomial algorithm for genomic distance problem). 36th Annual Symposium on Foundations of Computer Science, IEEE Comput. Soc. Press, Los Alamitos, CA. 1995, 581-592.

    Google Scholar 

  5. Bryant D: The complexity of the breakpoint median problem. Tech Rep CRM-2579. 1998, Centre de Recherches Mathématiques, Université de Montréal

    Google Scholar 

  6. Caprara A: The reversal median problem. INFORMS Journal on Computing. 2003, 15: 93-113. 10.1287/ijoc.15.1.93.15155.

    Article  Google Scholar 

  7. Blin G, Chauve C, Fertin G, Rizzi R, Vialette S: Comparing Genomes with Duplications: a Computational Complexity Point of View. ACM/IEEE Transactions on Computational Biology and Bioinformatics. 2007, 4: 523-534.

    Article PubMed  Google Scholar 

  8. Bergeron A, Mixtacki J, Stoye J: A Unifying View of Genome Rearrangements. Algorithms in Bioinformatics, Proceedings of WABI'06, Volume 4175 of Lecture Notes in Computer Science. 2006, 163-173.

    Google Scholar 

  9. Yancopoulos S, Attie O, Friedberg R: Efficient sorting of genomic permutations by translocation, inversion and block interchange. Bioinformatics. 2005, 21: 3340-3346. 10.1093/bioinformatics/bti535.

    Article CAS PubMed  Google Scholar 

  10. Tannier E: Yeast Ancestral Genome reconstruction: the possibilities of computational methods. Comparative Genomics, Proceedings of RECOMB-CG'09, Volume 5817 of Lecture Notes in Computer Science. 2009, 1-12.

    Google Scholar 

  11. Feijao P, Meidanis J: SCJ: a breakpoint-like distance that simplifies several rearrangement problems. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2011, 8: 1318-1329.

    Article PubMed  Google Scholar 

  12. Ma J, Zhang L, Suh B, Raney B, Burhans R, Kent W, Blanchette M, Haussler D, Miller W: Reconstructing contiguous regions of an ancestral genome. Genome Research. 2006, 16: 1557-1565. 10.1101/gr.5383506.

    Article PubMed Central CAS PubMed  Google Scholar 

  13. Bertrand D, Gagnon Y, Blanchette M, El-Mabrouk N: Reconstruction of Ancestral Genome subject to Whole Genome Duplication, Speciation, Rearrangement and Loss. Algorithms in Bioinformatics, Proceedings of WABI'10, Volume 6293 of Lecture Notes in Bioinformatics. 2010, 78-89.

    Google Scholar 

  14. Muffato M, Louis A, Poisnel CE, Crollius HR: Genomicus: a database and a browser to study gene synteny in modern and ancestral genomes. Bioinformatics. 2010, 26: 1119-1121. 10.1093/bioinformatics/btq079.

    Article PubMed Central CAS PubMed  Google Scholar 

  15. Chauve C, Tannier E: A methodological framework for the reconstruction of contiguous regions of ancestral genomes and its application to mammalian genomes. PLoS Computational Biology. 2008, 4: e1000234-10.1371/journal.pcbi.1000234.

    Article PubMed Central PubMed  Google Scholar 

  16. Stoye J, Wittler R: A Unified Approach for Reconstructing Ancient Gene Clusters. IEEE/ACM Trans Comput Biol Bioinf. 2009, 6 (3): 387-400.

    Article  Google Scholar 

  17. Chauve C, Gavranović H, Ouangraoua A, Tannier E: Yeast ancestral genome reconstructions: the possibilities of computational methods II. Journal of Computational Biology. 2010, 17: 1097-1112. 10.1089/cmb.2010.0092.

    Article CAS PubMed  Google Scholar 

  18. Jones BR, Rajaraman A, Tannier E, Chauve C: ANGES: Reconstructing ANcestral GEnomeS maps. Bioinformatics. 2012, 18:

    Google Scholar 

  19. Ma J, Ratan A, Raney BJ, Suh BB, Zhang L, Miller W, Haussler D: DUPCAR: reconstructing contiguous ancestral regions with duplications. Journal of Computational Biology. 2008, 15: 1007-1027. 10.1089/cmb.2008.0069.

    Article PubMed Central CAS PubMed  Google Scholar 

  20. Bérard S, Gallien C, Boussau B, Szollosi G, Daubin V, E T: Evolution of gene neighborhood within reconciled phylogenies. Bioinformatics. 2012

    Google Scholar 

  21. Wittler R, Maňuch J, Patterson M, Stoye J: Consistency of sequence-based gene clusters. Journal of Computational Biology. 2011, 18 (9): 1023-1039. 10.1089/cmb.2011.0083.

    Article CAS PubMed  Google Scholar 

  22. Chauve C, Maňuch J, Patterson M, Wittler R: Tractability results for the Consecutive-Ones Property with multiplicity. Combinatorial Pattern Matching, Proceedings of CPM'11, Volume 6661 of Lecture Notes in Computer Science. 2011, 90-103.

    Google Scholar 

  23. Garey M, Johnson D: Computers and Intractability: A Guide to the Theory of NP-completeness. 1979, W. H. Freeman & Co

    Google Scholar 

  24. Lovasz L, Plummer MD: Matching Theory, Volume 29 of Annals of Discrete Mathematics. 1986, North Holland

    Google Scholar 

  25. Dessmark A, Lingas A, Garrido O: On Parallel Complexity of Maximum f-matching and the Degree Sequence Problem. Proceedings of the 19th International Symposium on Mathematical Foundations of Computer Science 1994. 1994, MFCS '94, Springer-Verlag, 316-325.

    Chapter  Google Scholar 

  26. Micali S, Vazirani VV: AnOVE algorithm for finding maximum matching in general graphs. Proceedings of FOCS'80. 1980, 17-27.

    Google Scholar 

  27. Papadimitriou C: Computational Complexity. 1994, Addison Wesley

    Google Scholar 

  28. Miklós I, Tannier E: Bayesian sampling of genomic rearrangement scenarios via double cut and join. Bioinformatics. 2010, 26: 3012-3019. 10.1093/bioinformatics/btq574.

    Article PubMed  Google Scholar 

  29. Miklós I, Tannier E: Approximating the number of double cut-an-join scenarios. Theoretical Computer Science. 2011, 439: 30-40.

    Article  Google Scholar 

  30. Darling AE, Miklós I, Ragan MA: Dynamics of genome rearrangement in bacterial populations. PLoS Genetics. 2008, 4: e1000128-10.1371/journal.pgen.1000128.

    Article PubMed Central PubMed  Google Scholar 

  31. Husemann P, Stoye J: Phylogenetic Comparative Assembly. Algorithms for Molecular Biology. 2010, 5: 3-10.1186/1748-7188-5-3.

    Article PubMed Central PubMed  Google Scholar 

  32. Pop M: Genome assembly reborn: recent computational challenges. Briefings in Bioinformatics. 2009, 10: 354-366. 10.1093/bib/bbp026.

    Article PubMed Central CAS PubMed  Google Scholar 

Download references

Acknowledgements

We thank Jens Stoye for useful discussions. JM and CC are funded by NSERC Discovery Grants. MP is funded by a Marie Curie Fellowship from the Alain Bensoussan program of ERCIM. ET is funded by the Agence Nationale pour la Recherche, Ancestrome project ANR-10-BINF-01-01.

This article has been published as part ofBMC Bioinformatics Volume 13 Supplement 19, 2012: Proceedings of the Tenth Annual Research in Computational Molecular Biology (RECOMB) Satellite Workshop on Comparative Genomics. The full contents of the supplement are available online athttp://www.biomedcentral.com/bmcbioinformatics/supplements/13/S19

Author information

Authors and Affiliations

  1. Department of Mathematics, Simon Fraser University, Burnaby, BC, V5A1S6, Canada

    Ján Maňuch & Cedric Chauve

  2. Department of Computer Science, University of British Columbia, Vancouver, BC, V6T1Z4, Canada

    Ján Maňuch

  3. INRIA Rhône-Alpes, 655 avenue de I'Europe, F-38344, Montbonnot, France

    Murray Patterson & Eric Tannier

  4. Laboratoire de Biométrie et Biologie Évolutive, CNRS and Université de Lyon, 1, 43 boulevard du 11 novembre 1918, F-69622, Villeurbanne, France

    Murray Patterson & Eric Tannier

  5. Genome Informatics, Faculty of Technology and Institute for Bioinformatics, Center for Biotechnology (CeBiTec), Bielefeld University, 33594, Bielefeld, Germany

    Roland Wittler

Authors
  1. Ján Maňuch

    You can also search for this author inPubMed Google Scholar

  2. Murray Patterson

    You can also search for this author inPubMed Google Scholar

  3. Roland Wittler

    You can also search for this author inPubMed Google Scholar

  4. Cedric Chauve

    You can also search for this author inPubMed Google Scholar

  5. Eric Tannier

    You can also search for this author inPubMed Google Scholar

Corresponding authors

Correspondence toMurray Patterson orEric Tannier.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JM, MP, RW, CC and ET formalized and solved the linearization problems and wrote the paper.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Download PDF

BMC Bioinformatics

ISSN: 1471-2105

Contact us


[8]ページ先頭

©2009-2025 Movatter.jp