Skip to main content

Recombination-aware alignment of diploid individuals

Abstract

Background

Traditionally biological similarity search has been studied under the abstraction of a single string to represent each genome. The more realistic representation of diploid genomes, with two strings defining the genome, has so far been largely omitted in this context. With the development of sequencing techniques and better phasing routines through haplotype assembly algorithms, we are not far from the situation when individual diploid genomes could be represented in their full complexity with a pair-wise alignment defining the genome.

Results

We propose a generalization of global alignment that is designed to measure similarity between phased predictions of individual diploid genomes. This generalization takes into account that individual diploid genomes evolve through a mutation and recombination process, and that predictions may be erroneous in both dimensions. Even though our model is generic, we focus on the case where one wants to measure only the similarity of genome content allowing free recombination. This results into efficient algorithms for direct application in (i) evaluation of variation calling predictions and (ii) progressive multiple alignments based on labeled directed acyclic graphs (DAGs) to represent profiles. The latter may be of more general interest, in connection to covering alignment of DAGs. Extensions of our model and algorithms can be foreseen to have applications in evaluating phasing algorithms, as well as more fundamental role in phasing child genome based on parent genomes.

Introduction

A diploid genome consists of chromosome pairs, where one sequence of a pair is obtained from the mother and the other from the father, through a recombination process: The two sequences representing mother (or father) chromosome pair are mixed together into one sequence by copying large chunks alternatively from both copies. Mutations can occur so that the child chromosome pair is not an exact copy of recombined sequences inherited from the mother and the father.

The problem we tackle in this paper is how to define optimal alignment between two diploid chromosome pairs (called simply diploid genomes in the sequel), so that only the sequence content is taken into account allowing arbitrary recombinations.

To our surprise, this fundamental notion of sequence similarity has not been addressed before in the literature. This is apparently due to the strong role of the abstraction of one consensus string to represent genomes. This abstraction is sufficient in most comparative genomics scenarios when the aim is to measure large-scale mutation events for inter-species comparison, resulting into measures such as the inversion distance [1], the inversion-indel distance [2], and DCJ-indel distance [3, 4], to name a few.

More fine-grained measures are needed when comparing individuals from the same species. Global alignment of individual consensus genomes only takes into account homozygous variants and one allele of each heterozygous variant. An obvious improvement is to model a diploid genome as a pair-wise alignment and to define a global alignment of two such pair-wise alignments. Such generalization is in the core of progressive multiple alignment, where alignment of alignments has been widely studied. However, most literature on progressive alignments abstracts partial multiple alignments as strings of columns, and just redefines the substitution operations as a measure of similarity between columns, e.g. as sum-of-pairs of possible character substitutions or as relative entropy of frequency profiles. String of columns is yet another abstraction of the underlying structure, and there has been huge amount of work to overcome its "once a gap, always a gap" shortcoming. Quite recently, approaches based on representing the underlying structure truthfully as a node-labeled directed acyclic graph (DAG) have been proposed to overcome this problem [5, 6]. There, the core problem is to find a path A (represented as a string) through one DAG, and a path X through the other DAG, such that the optimal alignment of A and X has maximum score over all possible pairs of such paths. We refer to this problem as path-alignment on labeled DAGs. Notice that on the two DAGs created from two pair-wise alignments representing diploid genomes, A and X are sequences resulting from an arbitrary recombination of the underlying genomes.

We propose an extension of the DAG path-alignment considered in [5, 6], in the special case of pair-wise alignments. Instead of extracting one path from each DAG, we extract two paths from each, forming a covering alignment: Let G1 and G2 be two labeled DAGs each representing a pair-wise alignment. We aim to find two paths A and B that cover all nodes of G1, and two paths X and Y that cover all nodes of G2, such that S(A, X)+ S(B, Y) is maximum over all path-covers of G1 and G2, where S(·, ·) is the global alignment score. This approach takes into account all sequence content of diploid genomes (represented by DAGs G1 and G2) for the similarity measure.

Unfortunately, we are not yet able to solve the general statement of the covering alignment problem. We solve a one-sided covering alignment problem, and a restricted covering alignment problem where the solution paths need to be synchronized. Both of them define a distance between diploid genomes. The latter problem admits a scalable solution in O(DN) time, where D is the resulting synchronized diploid to diploid edit distance and N the maximum diploid length. Experiments show that this approach can identify planted mutations accurately, indicating that the sacrifice in restricting the general problem statement appears not to be vital.

For simplicity of exposition, we describe our models and algorithms using (unit cost) edit distance in place of similarity score S(·, ·); however, our results can be trivially modified to compute the global alignment similarity measure. For the same reason, we derive our equations assuming free recombination; however, it is not difficult to include a cost of recombination in our equations.

Applications

While we believe that covering alignment is a fundamental notion justified to be studied on its own rights, some direct applications follow: The more general one is as a generic tool for computing similarity between diploid genomes, taking into account the possibility of recombination (possibly including a penalty for recombination operations). Another application that follows from the problem statement, is that covering alignment can be plugged into progressive multiple alignment to take into account full information of the labeled DAGs instead of the partial information as in [5, 6].

Variant calling evaluation

Another application is possible in variant calling evaluation [7], as covering alignment takes heterozygous variations properly into account: High-throughput sequencing allows a cost-effective way to discover how an individual genome differs from the consensus reference genome of the species. The result of such variant calling process is a list of homozygous and heterozygous variant predictions. To evaluate how good such prediction methods are, one can resort to simulating artificial diploid genome by applying a (random) set of variants to the reference. Let such simulated genome be called ground-truth and the included variants be called ground-truth variants. One can then simulate the sequencing of random DNA fragment reads from the ground-truth, to feed them to the variant calling method. The method will then infer the probable variants (typically by aligning the reads to the reference genome). Let these variants be called predicted variants.

Direct comparison of ground-truth and predicted variants is problematic due to invariant indels and prediction inaccuracies. Because of that, in [7] all predicted variants are applied to the reference in order to create a predicted haploid genome. Edit distance between the predicted haploid and the ground-truth diploid was then computed, allowing arbitrary recombinations for the haploid to distribute along the diploid, giving a distance measure. It was shown that this haploid to diploid edit distance can be computed on realistic size variant calling scenarios [7]. This approach is actually highly similar to the path-alignments of [5, 6].

There remained one shortcoming in [7] due to the asymmetric measure; if there are overlapping predicted heterozygous variants, one needs to decide which ones to take to the predicted haploid. It was proposed to create another haploid with the remaining predictions that could not be applied in the first round, and do another haploid to diploid distance computation. However, such scheme is not fully rigorous as it favors sensitivity over specificity. Our new notion resolves the above issue.

Haplotyping

Finally, we believe that there is a more fundamental notion combining one-sided covering alignment and path-alignment that can be used in phasing child genome through mother-father-child trios: Conclusions section sketches how our one-sided covering alignment solution can be extended for this scenario.

Methods

Pair-wise alignment and edit distance

Let A and B be two sequences of size N and M respectively, over an alphabet ∑. A pair-wise alignment of sequences A and B is a pair of sequences (SA, SB) such that SA is a supersequence of A, SB is a supersequence of B, |SA| = |SB| = L is the length of the alignment, and all positions which are not part of subsequence A (respectively B) in SA (respectively SB), contain the symbol '−'. The symbol '−' is a special character not in ∑.

Given a cost function C such that C(a, b) is the cost of transforming a character a into b, for any a, b {'−'}, the cost of an alignment is defined as follows: C ( S A , S B ) = i = 1 L C ( S i A , S i B ) . Typically, for any a, b ∑ it holds that C(a, b) = C(b, a) > 0, C(a, a) = 0, and C(a, '−') = C('−', a) = C indel > 0 is the cost of inserting (or deleting) a character.

The edit distance D(A, B) between A and B can now be defined as follows: D(A, B) = min{C(SA, SB):(SA, SB) is an alignment of A and B}. An alignment that has the minimum cost is called an optimal alignment.

It is possible to compute the edit distance using dynamic programming in time O(NM), however, it is possible to reduce the running time further to O(ND), where D = D(A, B) is the unit cost (Levenshtein) edit distance [8, 9].

Diploid to diploid alignment

We propose a distance D((A, B), (X, Y)) to measure a distance between diploid individuals (A, B) and (X, Y) that allows them to recombine freely.

A recombination R(SA, SB) of an alignment (SA, SB) is another alignment ( S A , S B ) of some sequences A' and B' such that there exists a bitvector I such that S A [ i ] = S A [ i ] and S B [ i ] = S B [ i ] if I[i] = 1, and S A [ i ] = S B [ i ] and S B [ i ] = S A [ i ] if I[i] = 0.

Diploid to diploid distance: Given two pair-wise alignments (SA, SB) and (SX, SY) the diploid to diploid distance is defined as

D ( ( A , B ) , ( X , Y ) ) = m i n { D ( A , X ) + D ( B , Y ) : + ( S A , S B ) is a recombination of (SA, SB) and ( S X , S Y ) is a recombination of (SX, SY).

This problem can be interpreted as a covering alignment of two labeled DAGs created from pair-wise alignments: see the discussion in the end of synchronized diploid to diploid alignment section. Unfortunately, we do not know how to solve this problem efficiently or how to argue about its complexity. We leave this as an interesting open problem and continue to the variants that we know how to solve and that also have important applications; we also believe the basic notions derived for the variants give insights for tackling the general case later.

Pair of haploids to diploid alignment

In this section we propose a distance D((A, B), X, Y) to measure a distance between diploid individual (A, B) and a pair of haploid sequences X and Y.

Pair of haploids to diploid distance: Given a pair-wise alignment (SA, SB) and two sequences X and Y, the pair of haploids to diploid distance is defined as D ( ( A , B ) , ( X , Y ) ) = min { D ( A , X ) + D ( B , Y ) : ( S A , S B ) is a recombination of (SA, SB)}.

An example of recombination in pair-wise alignments and the pair of haploids to diploid distance measure is included in Figure 1. The motivation to study this measure is that the dynamic programming solution given below shows how the one-side covering alignment is computed. This prepares for the solution of the synchronized diploid to diploid distance studied in the sequel. More importantly, the Conclusions section describes an extension for modeling mother-father-child trios such that this cubic algorithm is only minimally modified.

Figure 1
figure 1

A pair-wise alignment ( SA, SB) is shown for sequences A = agtggaaa and B = acggcca. A recombination S A and S B is obtained by interchanging the shaded areas. The corresponding bitvector is I = 0110000. A pair-wise alignment (SX, SY) is shown for sequences X = acggaaa and Y = agtggcca. The pair of haploids to diploid distance between (SA, SB) and (X, Y) is 0 + 1 = 1, and is obtained using the recombination ( S A , S B ) and unit cost edit distance as the measure. The plain unit cost edit distance between (A, B) and (X, Y) is 2 + 3 = 5. The plain unit cost edit distance between (A, B) and (Y, X) is 3 + 2 = 5. The synchronized diploid to diploid distance between (SA, SB) and (SX, SY) is 3, using unit cost edit distance as the measure.

A cubic time algorithm

To compute the pair of haploids to diploid distance, we propose to compute values V i,j,k for i {1, . . . , N}, j {1, . . . M}, and k {1, . . . , L}, such that V i,j,k stands for the pair of haploids to diploid distance between sequences X1..i, Y1..jand alignment ( S 1 . . k A , S 1 . . k B )

For the sake of simplicity we first show the recurrence when SA[k] = SB[k] = c ∑:

V i , j , k = m i n { C ( X i , c ) + C ( Y j , c ) + V i - 1 , j - 1 , k - 1 ,
(1.1)
C(-,c)+C( Y j ,c)+ V i , j - 1 , k - 1 ,
(1.2)
C( X i ,c)+C(-,c)+ V i - 1 , j , k - 1 ,
(1.3)
C(-,c)+C(-,c)+ V i , j , k - 1 ,
(1.4)
C ( X i , - ) + V i - 1 , j , k ,
(1.5)
C( Y j ,-)+ V i , j - 1 , k }
(1.6)

Here, expression (1.1) stands for a match or substitution; expressions (1.2) to (1.4) stand for insertions either into X, Y, or both; and expressions (1.5) and (1.6) stand for deletion from X or Y . Note that we do not include the case V i , j , k =C ( X i , - ) +C ( Y i , - ) + V i - i , j - 1 , k because it is always redundant: this case stands for a deletion from both X and Y at the same time, and that can be obtained by first deleting a character from X, and then from Y.

When a = SA[k] ≠ SB[k] = b we have to consider symmetric cases:

V i , j , k =min{C( X i ,a)+C( Y j ,b)+ V i - 1 , j - 1 , k - 1 ,
(2.1)
C ( X i , b ) + C ( Y j , a ) + V i - 1 , j - 1 , k - 1 ,
(2.2)
C(-,a)+C( Y j ,b)+ V i , j - 1 , k - 1 ,
(2.3)
C( X i ,a)+C(-,b)+ V i - 1 , j , k - 1 ,
(2.4)
C(-,a)+C(-,b)+ V i , j , k - 1 ,
(2.5)
C(-,b)+C( Y j ,a)+ V i , j - 1 , k - 1 ,
(2.6)
C( X i ,b)+C(-,a)+ V i - 1 , j , k - 1 ,
(2.7)
C(,b)+C(,a)+ V i , j , k 1 ,
(2.8)
C ( X i , - ) + V i - 1 , j , k ,
(2.9)
C( Y j ,-)+ V i , j - 1 , k }
(2.10)

We need to consider twice as many expressions for matches/substitutions (2.1 and 2.2), twice as many conditions for insertions (2.3 to 2.8), and the same number of conditions for deletions (2.9 and 2.10). When a = b those duplicated equations become redundant and we recover the previous formulation. Also it would be possible to formulate simplified recursions when there is a gap in the alignment (that is, either a or b equals '−'), however those are also particular cases of the general formulation, given that C('−', '−') = 0.

To compute the recombinant distance using dynamic programming we need to fill a table V in time O(MNL). If we want to find the actual alignment, in addition to the standard traceback process, we need to traceback the table carrying a bitvector I which is initially empty. Every time we take a transition that decreases k we need to prepend a 0 (respectively a 1) to I, if we choose an expression from 2.1, 2.3, 2.4, or 2.5 (respectively 2.2, 2.6, 2.7, or 2.8). With this bitvector I we identify the recombination ( S A , S B ) that generated the optimal alignment, signaling with a 1 the positions where a recombination is done.

Synchronized diploid to diploid alignment

Now let us assume that we have again two diploid genomes represented as pair-wise alignments. We derive a restricted variant of diploid to diploid alignment that keeps both input alignments synchronized. We first present some auxiliary concepts that are useful for expressing the algorithms.

Guiding functions

Given an alignment (SX, SY) for the sequences X and Y, we build a guiding function h as follows: h(z) = (h i (z), h j (z)) is such that h i ( z ) =z- count ( S 1 . . z X , - ) and h j ( z ) =z- count ( S 1 . . z Y , - ) .

Given the two sequences X and Y and the guiding function h, it is straightforward to recover the alignment (SX, SY). Therefore, a guiding function is an alternative representation of an alignment. The guiding function allows us to traverse X and Y in a way that both h i and h j increase in the areas of the alignment without gaps. In the gapped areas, only the index corresponding to the non-gapped sequence increases. Figure 2 shows an example.

Figure 2
figure 2

For the sequences X = actgg and Y = atgagag we show a pairwise alignment composed by the sequences SX = actg - - - g , and SY= a - tgagag. On the right the pairwise alignment is represented by the function h.

Let us denote by X 1 . . i | S 1 . . k X and Y 1 . . j | S 1 . . k Y the longest prefixes of X and Y appearing inside the partial alignment ( S 1 . . k X , S 1 . . k Y ) .

We say that two alignments ( S A , S X ) and ( S B , S Y ) are synchronized with alignment (SX, SY) iff for each partial alignment ( S 1 . . k X , S 1 . . k Y ) with X 1 . . i | S 1 . . k X and Y 1 . . j | S 1 . . k Y there are partial alignments ( S 1 . . p A , S 1 . . P X ) and ( S 1 . . q B , S 1 . . q Y ) with X 1 . . i | S 1 . . p X and Y 1 . . j | S 1 . . q Y such that p = h i (k) and q = h j (k), where h is the guiding function of (SX, SY).

Synchronized diploid to diploid distance: Given two pair-wise alignments (SX, SY) and (SA, SB) of length L1 and L2 respectively, the synchronized diploid to diploid distance is defined as min{D(A', X)+ D(B', Y): ( S A , S B ) is a recombination of (SA, SB), and D(A', X) and D(B', Y) correspond to alignments that are synchronized with (SX, SY)}.

Figure 3 shows an example where the connection with the covering alignment problem is discussed.

Figure 3
figure 3

DAG interpretation of the diploid to diploid alignment. Above, a DAG that represents the alignment (SA, SB), and below, a DAG that represents the alignment (SX, SY), both from the example of Figure 1. From each DAG we extract two covering paths. That means that every node is visited by at least one path. An optimal solution to the synchronized diploid to diploid distance is given by the two paths extracted from the first DAG generating the sequences actggaaa and agggcca and the two paths from the second one generating the sequences atagaaa and agcggcca. The synchronized diploid to diploid distance is then d(actgaaa, ataaaa) + d(aggcca, agcgcca) = 2 + 1 = 3. Here the unit cost edit distance scores are used. Observe that the optimal diploid to diploid distance is 1 corresponding to the solution of pair of haploids to diploid alignment in Figure 1, and that is also possible to extract paths that represent the solution of the diploid to diploid distance.

The example in Figure 3 shows that synchronized diploid to diploid alignment is not giving optimal answer to the more general diploid to diploid alignment problem. The same example indicates that sometimes one can obtain the optimal answer through the pair of haploids to diploid alignment instead, but the following counterexample shows that this is not always the case: Consider the pair-wise alignments SA = tc, SB = ag and SX = ngc, SY = atv. If the cost of any substitution is 10, and the cost of any indel is 1, the optimal diploid to diploid alignment is given by recombining the second alignment in the second position, by d=D ( S A , S X ) +D ( S B , S Y ) =D ( t c , n t c ) +D ( a g , a g v ) =2. The optimal solution of the pair of haploids to diploid alignment problem, that allow recombinations only in the first pairwise alignment is d = D(tc, ngc)+ D(ag, atv) = 6.

A quadratic time algorithm

Now we can formalize a recurrence for the synchronized diploid to diploid alignment problem. The idea is that instead of varying i and j freely as in the cubic time algorithm, we will vary only the parameter of the guiding function, so that the guiding function provide us indexes i and j that are synchronized with the alignment (SX, SY)

We compute values D z,k for z {1, . . . , L1}, k {1, . . . L2}, where D z,k stands for the synchronized diploid to diploid distance between sequences X 1 . . h i ( z ) , Y 1 . . h j ( z ) and alignment ( S 1 . . k A , S 1 . . k B ) .

As the indexes h i (z) and h j (z) are given by the guiding function of (SX, SY), the alignment is synchronized with the alignment (SX, SY).

D z , k = m i n { D z - 1 , k - 1 + ζ ( h i ( z - 1 ) , h j ( z - 1 ) , k - 1 , h i ( z ) , h j ( z ) , k ) ,
(3.1)
D z , k - 1 + ζ h i z , h j z , k - 1 , h i z , h j z , k ,
(3.2)
D z - 1 , k + ζ ( h i ( z - 1 ) , h j ( z - 1 ) , k , h i ( z ) , h j ( z ) , k ) }
(3.3)

The rationale is to consider, among all the possibles transitions used in the cubic time algorithm for pair of haploids to diploid alignment, those that are compatible with the guiding function. In this way the alignment of X and Y is preserved. For this sake, the function ζ receives as input the triplet (i, j, k) that corresponds to the previous cell, and the triplet (i', j', k') that corresponds to the current cell.

Given that at least one of z or k decreases in each recursive call, the valid cases for the function ζ are those where at least one of k, i, j increase. For any of those cases, the valid recombination costs from equation 2 are considered:

The cases where both k and z increase are

ζ ( i - 1 , j - 1 , k - 1 , i , j , k ) = m i n { C ( X i , A k ) + C ( Y j , B k ) ,
(4.1)
C ( X i , B k ) + C ( Y j , A k ) }
(4.2)
ζ ( i , j - 1 , k - 1 , i , j , k ) = m i n { C ( - , A k ) + C ( Y j , B k ) ,
(5.1)
C ( - , B k ) + C ( Y j , A k ) }
(5.2)
ζ ( i - 1 , j , k - 1 , i , j , k ) = m i n { C ( X i , A k ) + C ( - , B k ) ,
(6.1)
C ( X i , B k ) + C ( - , A k ) }
(6.2)
ζ ( i - 1 , j , k - 1 , i , j , k ) = m i n { C ( X i , A k ) + C ( - B k ) ,
(7.1)
C ( X i , B k ) + C ( - , A k ) }
(7.2)

The cases where only z increases:

ζ i - 1 , j - 1 , k , i , j , k = C ( X i , - ) + C ( Y j , - )
(8.1)
ζ i , j - 1 , k , i , j , k = C ( Y j , - )
(8.2)
ζ i - 1 , j , k , i , j , k = C ( X i , - )
(8.3)

The case where only k increases:

ζ ( i , j , k - 1 , i , j , k ) = C ( - , A k ) + C ( - , B k )
(9.1)

An O(ND) time algorithm

The same technique [8, 9] used to achieve O(ND) running time for the Levenshtein distance of strings can be applied here. The key observation here is

Lemma Let (SA, SB) and (SX, SY) be two alignments, and let D z,k be the synchronized diploid to distance costs computed as before. Then k 0, . . . , L1, z 0, . . . L2 it holds D z,k >Dz-1,kand D z,k >Dz,k-1.

Proof It is enough to verify that expressions 8.1 to 8.3, and 9.1 are always positive. This holds because X and Y contain no gaps. On the other hand, SA[k] or SB[k] might contain a gap, but it is not possible that both of them contain a gap at the same time.   □

Let us assume for simplicity of exposition that |L1| = |L2| = N and we store values D z ,kin a table. We want to test if the distance between (A, B) and (X, U) is smaller than a threshold t or not. That is, we want to test if D N ,Nt for some threshold t. To do that, we do not need to fill the entire table. It is enough to consider the diagonals j - i {-t/2, -t/2 + 1, . . . , 0, 1, . . . , t/2} in the computation, because any path using a diagonal outside this zone must use more than t operations that have a positive cost, leading to an alignment with cost greater than t. Starting with t = 1 and doubling this value until D N ,Ndoes not decrease any more gives the optimal answer, and the final area where the computation is done is of order O(ND); the previous zone sizes form a geometric series, so the computation done inside them is of the same order as the computation inside the final zone.

Results and discussion

We implemented the three algorithms in C++. For the computation of the Levenshtein distance, we resorted to a boost-compatible implementation of a O(ND) time algorithm [9]. We ran our experiments in a computer node with 2 Intel Xeon E5540 2.53GHz processors, 32GB of RAM. The operating system was Ubuntu 12.04.4. Our code was compiled with gcc 4.6.4, optimization option -O3.

Our first experiments compared the performance of our three algorithms. In order to do that, we considered samples from the human chromosome 21 of different sizes between 1000 and 100000. In order to generate the pair of diploid individuals we made random mutations (SNPs and deletions) independently on four copies of the sequence. The pair of haploids for the cubic time algorithm were extracted from one of the generated diploids. Table 1 shows the results. As expected, the cubic and quadratic time algorithms became infeasible for moderate size sequences.

Table 1 The distance between pairs of diploids computed by our three algorithms, and the time (in seconds) used for the computation.

Then we wanted to test our new formulations on more realistic instances. We simulated again a pair of diploid individuals that contained the same variants, but this time they were recombined differently. In addition we added mutations independently in every strand. The results are shown in Table 2. Our synchronized diploid to diploid distance correctly identifies the planted mutations. This indicates that the synchronization does not make the general diploid to diploid distance overly restricted.

Table 2 A number of variations were applied to the reference genome, and blocks of size 200 were recombined freely.

Same kind of diploid genomes can also result from variation calling predictions after applying haplotype assembly [10]; long haplotype blocks can be correctly phased, but at regular intervals, low read coverage results into phasing errors with the order of the top and bottom sequences switched when compared to the simulated ground-truth.

Conclusions

We proposed new metrics to compare diploid individuals, extending classical pair-wise sequence alignment, to compare a pair of pair-wise alignments under free recombination. Our motivation for the study came from variant calling evaluation, where one wants to ignore the phasing errors. For some other applications, one might want to add a penalty on the recombination events. Such penalties are easy to add to the formalism and to the algorithms. A prominent application for such an approach is the evaluation of phasing algorithms: The optimal covering alignment also defines the recombination positions, so one could compare two alignments resulting from different phasing algorithms and evaluate how close they are, without requiring a ground-truth. Comparison against ground-truth gives an estimate on how many phasing errors the predicted diploid contains. One could actually apply our current model for this application, but free recombinations may give too much freedom to optimize sequence content so that predictions could seem to be containing many phasing errors.

We want to emphasize that our model captures the similarity between predicted diploid genomes, and if we want to use it for modelling the actual recombinations appearing during evolution some modifications are required: The reason is that full information of child diploid genome comes from parts of mother and father diploid genomes. The partial measure in terms of path-alignment [5, 6] captures this kind of one-to-one ancestral comparison: Let Gm, Gf, A, and B denote a labeled DAG representing mother, a labeled DAG representing father, and two haploid sequences representing a child diploid genome, respectively. We find a path X in Gm and a path Y in Gf such that max(S(X, A) + S(Y, B), S(Y, A) + S(X, B)) is maximum, where S(·, ·) is the optimal alignment score for two sequences. The mutations contributing to the optimal solution give a way to trace the mutations coming from mother (father) lineage. Observe that, before phasing, our information on the child genome is as well just a labeled DAG Gc created from a pair-wise alignment representation of predicted diploid. To find the optimal phasing of child genome, we could try to find (X, Y) trough a one-sided covering alignment of Gc to the path-alignments in Gm and Gf. This is almost identical to our pair of haploids to diploid alignment, except in the place of pair of haploids we have a pair of diploids represented by labeled DAGs. The cubic time algorithm extends to this case: Topological traversal of Gm and Gf in place of two sequences results into some more recurrence options to take into account the in-neighbors for each pair of nodes (vm, vf) from the two DAGs. We find this an extremely promising approach to tackle the phasing problem and as future work we will conduct experiments on simulated models. In the same line of development, we will try to make this approach scalable by exploiting similar properties as those used for the shortest detour speed-up.

Finally, although the restricted variant of diploid to diploid alignment using synchronization results into good experimental behaviour, studying the complexity of the general diploid to diploid alignment is certainly another focus for our future work.

References

  1. Hannenhalli S, Pevzner PA: Transforming cabbage into turnip: polynomial algorithm for sorting signed permutations by reversals. Journal of the ACM (JACM). 1999, 46 (1): 1-27. 10.1145/300515.300516.

    Article  Google Scholar 

  2. Willing E, Zaccaria S, Braga MDV, Stoye J: On the inversion-indel distance. BMC Bioinformatics. 2013, 14 (S15): S3-10.1186/1471-2105-14-S15-S3.

    Article  PubMed  PubMed Central  Google Scholar 

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

    Article  PubMed  CAS  Google Scholar 

  4. Braga MDV, Willing E, Stoye J: Genomic distance with dcj and indels. Algorithms in Bioinformatics (WABI). 2010, 90-101.

    Chapter  Google Scholar 

  5. Lee C, Grasso C, Sharlow MF: Multiple sequence alignment using partial order graphs. Bioinformatics. 2002, 18: 452-64. 10.1093/bioinformatics/18.3.452.

    Article  PubMed  CAS  Google Scholar 

  6. Löytynoja A, Vilella AJ, Goldman N: Accurate extension of multiple sequence alignments using a phylogeny-aware graph algorithm. Bioinformatics. 2012, 28: 1684-1691. 10.1093/bioinformatics/bts198.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Mäkinen V, Rahkola J: Haploid to diploid alignment for variation calling assessment. BMC Bioinformatics. 2013, 14 (Suppl 15): 13-10.1186/1471-2105-14-S15-S13. Presented at RECOMB-CG

    Article  Google Scholar 

  8. Ukkonen E: Algorithms for approximate string matching. Information and control. 1985, 64 (1): 100-118. 10.1016/S0019-9958(85)80046-2.

    Article  Google Scholar 

  9. Myers EW: An O(ND) difference algorithm and its variations. Algorithmica. 1986, 1 (1-4): 251-266. 10.1007/BF01840446.

    Article  Google Scholar 

  10. Patterson M, Marschall T, Pisanti N, van Iersel L, Stougie L, Klau GW, Schönhuth A: Whatshap: Haplotype assembly for future-generation sequencing reads. 18th Annual International Conference on Research in Computational Molecular Biology (RECOMB 2014) Lecture Notes in Computer Science. 2014, 8394: 237-249.

    CAS  Google Scholar 

Download references

Acknowledgements

Both authors are partially supported by the Finnish Center of Excellence in Cancer Genetics Research. VM is also partially supported by the Finnish Cultural Society.

Declarations

Publication costs for this article were funded by by the Finnish Center of Excellence in Cancer Genetics Research.

This article has been published as part of BMC Genomics Volume 15 Supplement 6, 2014: Proceedings of the Twelfth Annual Research in Computational Molecular Biology (RECOMB) Satellite Workshop on Comparative Genomics. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcgenomics/supplements/15/S6.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Veli Mäkinen.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

Both authors contributed equally to the development of the models and algorithms, as well as to the writing of this manuscript. DV implemented the algorithms and performed the experiments.

Veli Mäkinen and Daniel Valenzuela contributed equally to this work.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Mäkinen, V., Valenzuela, D. Recombination-aware alignment of diploid individuals. BMC Genomics 15 (Suppl 6), S15 (2014). https://doi.org/10.1186/1471-2164-15-S6-S15

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-15-S6-S15

Keywords