Literature DB >> 29881444

A fast and accurate enumeration-based algorithm for haplotyping a triploid individual.

Jingli Wu1, Qian Zhang2.   

Abstract

BACKGROUND: Haplotype assembly, reconstructing haplotypes from sequence data, is one of the major computational problems in bioinformatics. Most of the current methodologies for haplotype assembly are designed for diploid individuals. In recent years, genomes having more than two sets of homologous chromosomes have attracted many research groups that are interested in the genomics of disease, phylogenetics, botany and evolution. However, there is still a lack of methods for reconstructing polyploid haplotypes.
RESULTS: In this work, the minimum error correction with genotype information (MEC/GI) model, an important combinatorial model for haplotyping a single individual, is used to study the triploid individual haplotype reconstruction problem. A fast and accurate enumeration-based algorithm enumeration haplotyping triploid with least difference (EHTLD) is proposed for solving the MEC/GI model. The EHTLD algorithm tries to reconstruct the three haplotypes according to the order of single nucleotide polymorphism (SNP) loci along them. When reconstructing a given SNP site, the EHTLD algorithm enumerates three kinds of SNP values in terms of the corresponding site's genotype value, and chooses the one, which leads to the minimum difference between the reconstructed haplotypes and the sequenced fragments covering that SNP site, to fill the SNP loci being reconstructed.
CONCLUSION: Extensive experimental comparisons were performed between the EHTLD algorithm and the well known HapCompass and HapTree. Compared with algorithms HapCompass and HapTree, the EHTLD algorithm can reconstruct more accurate haplotypes, which were proven by a number of experiments.

Entities:  

Keywords:  Algorithm; Bioinformatics; Genotype; Haplotype; Minimum error correction with genotype information (MEC/GI); Sequence analysis; Single nucleotide polymorphism (SNP); Triploid

Year:  2018        PMID: 29881444      PMCID: PMC5984336          DOI: 10.1186/s13015-018-0129-0

Source DB:  PubMed          Journal:  Algorithms Mol Biol        ISSN: 1748-7188            Impact factor:   1.405


Background

As a large number of sequencing data are available, the investigation of genetic variations has become one of the main topics in bioinformatics. Single nucleotide polymorphism (SNP), the most widespread form of variation, is believed to be the major genetic cause to phenotypic variability. A sequence of SNPs along a chromosome is referred to as a haplotype, which is more important for complete comprehending the complex genetic polymorphisms than isolated SNPs. Increasing evidence shows that haplotypes play a crucial role in studying the variations relating to diseases prediction and gene expression [1]. Therefore, computational methods to infer haplotypes are needed, for determining haplotypes is both time consuming and expensive by direct using biological experiments. In recent decade, the presented computational haplotyping algorithms generally fall into three categories [2]: (1) population haplotyping with genotype data [3, 4]; (2) population haplotyping with fragment data [5]; (3) individual haplotyping with fragment data [6]. In this paper, individual haplotyping problem is studied for a triploid individual. The problem of individual haplotyping is also called as haplotype assembly problem or haplotype reconstruction problem. It has received extensive study in the recent decade. Most of the existing research results are regarding diploid individuals [1, 7, 8], and there is still a lack of research studies for reconstructing triploid ones. Several algorithms for assembling K-individual haplotypes were proposed. Based on the minimum error correction (MEC) model and the minimum error correction with genotype information (MEC/GI) model, Wang et al. [9] and Qian et al. [10] respectively proposed a genetic algorithm and a particle swarm optimization algorithm to reconstruct diploid individual haplotypes, both of which can be adapted to reconstructing the K-individual ones. The code length of the two algorithms is very long in practical applications, for it is equal to the number of sequencing SNP fragments. This brings huge solution space to these two algorithms and negatively affects the performance of them. Based on the minimum fragment removal (MFR) model [11], an exact exponential algorithm was introduced by Li et al. [11]. The time complexity of which is , where m denotes the number of SNP fragments, n denotes the number of SNP sites, and t is the max number of holes covered by a fragment. The algorithm can not perform well with large m, n and t. In 2013, Aguiar et al. [12] introduced the HapCompass model and the minimum weighted edge removal (MWER) optimization for haplotyping polyploid genomes. Algorithm HapCompass aims to remove a minimal weighted set of edges from the compass graph such that a unique phasing may be constructed. The HapCompass algorithm performs on the spanning-tree cycle basis of the compass graph to iteratively delete errors. However, in the same conflict cycle basis, there may be more than one edge having the same absolute value of weight. It may lead to the wrong SNP phasing to select the removed edge randomly. In 2014, Berger et al. [13] described a maximum-likelihood estimation framework HapTree for haplotyping a single polyploid. It can obtain better performance than the HapCompass algorithm [13]. In 2014, based on the MEC model, Wu et al. [14] presented a genetic algorithm GTIHR for reconstructing triploid haplotypes. Since the code length of algorithm GTIHR equals to the number of heterozygous sites in haplotype, the performance of the GTIHR algorithm is negatively affected by haplotype length and heterozygous rate. In this paper, the triploid individual haplotype assembly problem is studied based on the MEC/GI model. An enumeration-based algorithm enumeration haplotyping triploid with least difference (EHTLD) is proposed for solving it. Algorithm EHTLD reconstructs the three haplotypes according to the order of SNP loci along them. For reconstructing the three alleles of a given site, it enumerates three kinds of SNP values by using the site’s genotype, and chooses the kind of value resulting in the minimum difference between the reconstructed haplotypes and the sequenced fragments covering that SNP site. The experimental comparisons were performed between the EHTLD, the HapCompass and the HapTree algorithms. The results proved that the performance of algorithm EHTLD was superior to those of algorithms HapCompass and HapTree. The rest of this paper is arranged as follows. “Definitions and notations” section provides definitions and notations used later. “Algorithm EHTLD” section introduces the EHTLD algorithm. “Experimental results” section presents the experimental results of the EHTLD, the HapCompass and the HapTree algorithms. Some conclusions are drawn in the last section.

Definitions and notations

Triploid somatic cells contain three sets of chromosomes, i.e., a triploid organism has three copies of each chromosome. Since haplotype consists of the sequence of all SNPs along a chromosome, a triploid individual owns three haplotypes. It is commonly regarded that a SNP locus shows merely two possible alleles, hence the major allele can be represented as and the minor one can be represented as . A haplotype can be encoded as a string over a 2-letter alphabet instead of four real bases {A,T,C,G}. A genotype is the conflation of three haplotypes on the homologous chromosomes. When three alleles at a SNP site have identical values, this SNP site is called a homozygous site, otherwise it is called a heterozygous site. For example, or represents the genotype value at a homozygous SNP site, while or represents the genotype value at a heterozygous SNP site. Suppose that m aligned SNP fragments, coming from three haplotypes of length n, are generated by DNA sequencing experiments. Let M denote an SNP matrix over the alphabet (− denotes the value is null). As shown in Fig. 1a, each row represents a SNP fragment, each column represents a SNP site, and each entry M[i, j] denotes the SNP allele of the ith fragment at the jth SNP site. Let denote the genotype matrix corresponding to M, where denotes the genotype value at the jth SNP site. Figure 1b shows an example of the genotype matrix.
Fig. 1

An example of SNP fragment matrix and genotype matrix. a SNP fragment matrix M , b genotype matrix G

An example of SNP fragment matrix and genotype matrix. a SNP fragment matrix M , b genotype matrix G Given a column of the matrix M, define r(j) as the set of fragments that cover the jth column. Given a row of the matrix M, let l(i) indicate the index of the leftmost SNP such that . Given two strings and , where , the distance metric HD(X, Y, s, e) is defined as Formula (1). Take fragment and fragment in Fig. 1a for example. .whereLet the strings X and Y be regarded as two SNP fragments, they are said to compatible if HD(X, Y, 1, n) = 0. The larger HD(X, Y, 1, n) is, the greater the probability of fragments X and Y coming from different chromosome copies or having sequencing errors is. If there are no errors in the data, the rows of M can be divided into three classes of compatible fragments. Three haplotypes can be reconstructed by assembling the fragments in the three classes. In this situation, the SNP matrix M is called feasible or error-free. Given haplotype and genotype , if and G are regarded as compatible. Based on the above mentioned concepts for the haplotype reconstruction problem, the MEC/GI model can be described as follows [9]: MEC/GI: Given a SNP matrix M and a genotype matrix G, correct the minimum number of entries in M (0 into 1 and vice versa) so that the resulting matrix is feasible, and the three reconstructed haplotypes are compatible with the genotype G.

Algorithm EHTLD

In this section, the EHTLD algorithm is described. The input consists of a SNP matrix M and a genotype matrix G. The output is three assembled haplotypes h = (, , ) of length n. In the first step of this algorithm, the matrices M and G are preprocessed by removing the homozygous SNPs, which do not play a role in assembling haplotypes. Subsequently, enumerates three kinds of values for the jth (j = 2, 3,…,n) SNP site in terms of its genotype, and chooses the one leading to the minimum difference between the reconstructed haplotypes and the fragments covering the jth site. After this iteration process is completed, three haplotypes ) having only heterozygous SNP sites are built, for only heterozygous SNPs are remained in the preprocessed matrices. Finally, is augmented by inserting the SNPs discarded in preprocessing step and the final haplotypes h is obtained. Some key steps of the EHTLD algorithm will be introduced in detail as follows.

Preprocessing

Since homozygous sites do not contribute to haplotype reconstruction, they are deleted from matrices M and G to improve the efficiency of assembly. Drop column from G where , and the corresponding column is also dropped from matrix M. The deleted column j () is recorded as . After dropping columns from matrix M, some SNP fragments with only—elements are also deleted, for they are also redundant information. The remained SNPs are all heterozygous sites. For convenience of description, the preprocessed matrices are still denoted by M and G. Sort the rows of M by their l(.) values in ascending order. For each column j () of M, calculate set r(j) which contains the rows covering the jth column.

Enumerating and computing

The EHTLD algorithm iteratively reconstructs each heterozygous site of haplotypes  = (, , ). Each step concerns reconstructing the current empty site, starting from the left first site. Suppose that the first j − 1 sites of the three haplotypes have already been filled, i.e., (, ,…, ) (k = 1, 2, 3, j = 2, 3,…, n) has been assembled, and the jth site is under consideration. The calculating method comprises the following two steps.In the following, we give an example for enumerating and computing by using the matrices in Fig. 1. As shown in Fig. 2, assume that the first three sites of the three haplotypes  = (, , ) have been reconstructed, i.e.,  = ((011), (010), (100)), and the fourth site is under reconstruction. The genotype of the fourth SNP site is (101), hence haplotypes  = (, , ) have the following three kinds of possible values on the fourth SNP site: ( = 0,  = 1,  = 1), ( = 1,  = 0,  = 1) and ( = 1,  = 1,  = 0). The values of D(0,1,1), D(1,0,1) and D(1,1,0) are computed respectively according to the fragments in Fig. 1a and the three haplotypes  = (, , ). D(0,1,1) = 3, D(1,0,1) = 2, D(1,1,0) = 1. Because D(1,1,0) is the smallest, ( = 1,  = 1,  = 0) is chosen, and  = ((0111), (0101), (1000)) are reconstructed.
Fig. 2

An example for enumerating and computing

Enumerating three kinds of possible values according to : if  = 1, the three kinds of values are (), () and (). if  = 2, the three kinds of values are ( = 0,  = 1,  = 1), ( = 1,  = 0,  = 1) and ( = 1,  = 1,  = 0). Given the jth site value (, ,), let D(, , ) measure the difference between the reconstructed haplotypes and the fragments covering the jth site, as defined in Formula (3). From the three kinds of values enumerated in step (1), choose the one with the minimum D(.) value. An example for enumerating and computing

Augmenting

The homozygous SNPs that are deleted by preprocessing must be reinserted. The reconstructed haplotypes  = (, , ) are augmented by the bits of the columns removed, and h = (, , ) are built. For a given position j, haplotypes , and are inserted with when the discarded column j is recorded as . Based on the above mentioned steps, the EHTLD algorithm for assembling triploid haplotypes is depicted in Fig. 3.
Fig. 3

Algorithm EHTLD

Algorithm EHTLD Now the time complexity of the EHTLD algorithm is discussed. In preprocessing, dropping redundant information and calculating set take time , sorting the rows of M takes time . During enumerating and computing, three haplotypes with only heterozygous SNP sites are reconstructed, which takes time , here c denotes the fragments coverage, and len represents the average length of fragments. In augmenting, the discarded columns can be reinserted by scanning the columns only once, which takes time O(n). In summary, the time complexity of the algorithm is .

Experimental results

In this section, the EHTLD algorithm is compared with two state-of-the-art algorithms, i.e., the HapCompass [12] and the HapTree [13] algorithms. Algorithms EHTLD and HapCompass were implemented on a Windows 7 and the compiler was Microsoft Visual C# 2012. The Python program HapTree (v0.1), downloaded from http://groups.csail.mit.edu/cb/haptree/, was implemented on a Linux system. All the tests below are conducted on a 64 bit PC with Intel Core i5 2.50GHz CPU and 6GB RAM. One hundred data sets were generated for each parameter setting. The average over 100 runs at each parameter setting was calculated and presented. The vector error (VE) [13], the reconstruction rate (RR) [1, 9, 15] and the minimum error correction (MEC) score [12] were used to measure the performance of the algorithms. The vector error, generalized from switch error, is a special kind of measurement for evaluating the accuracy of polyploid phasing. Given three reconstructed haplotypes, the vector error is equal to the minimum number of segments on them for which a switch must occur to correspond with the three true haplotypes, i.e., the minimum number of segments a reconstructed phase and the true phase have in common [13]. The reconstruction rate (RR), which measures the similarity degree between the pair of true haplotypes and the pair of reconstructed ones, is a widely adopted index to evaluate diploid phasing [1, 9, 15]. For triploid phasing, we generalized it to calculate the similarity degree between the three true haplotypes and the three reconstructed haplotypes. Assuming that h = (, , ) are the original haplotypes, and  = (, , ) are the reconstructed haplotypes. RR is defined as the proportion of nucleotides that are reconstructed correctly, as shown in Formula (4).where  = . The minimum error correction (MEC) score measures the minimum number of mismatches between the reconstructed haplotypes  = (, , ) and the SNP matrix M, as shown in Formula (5).To the best of our knowledge, the real triploid haplotype data are not available in the public domain, Aguiar et al. [12] and Berger et al. [13] used computer-generated simulated data. Therefore, simulated data were also used in our experiments. Three simulation haplotypes h = (, , ) of length n were created by using the following method. was generated at random firstly. was generated by flipping each bit of randomly so that the hamming distance between and was equal to a given parameter d. also had the same length and was set to or with uniform probability. With regard to fragment data, two kinds of sequencing simulators, CELSIM [16] and MetaSim [17], were adopted to generate simulation fragments, and the testing datasets were called as CELSIM instances and MetaSim instances, respectively.

CELSIM instances

In this section, the evaluation of the EHTLD, the HapCompass and the HapTree algorithms is described by using CELSIM instances. CELSIM was invoked to simulate shotgun sequencing platform. m1 single SNP fragments and m2 mate-pair SNP fragments were generated. A single fragment had a length ranging from to , and a mate-pair fragment had a length of n/10. The coverage was c/2 for both kinds of fragments, and the total coverage was c. Reading errors were planted into the fragments with probability . In practical applications of shotgun sequencing, the values of and are 3 and 7, respectively, c ranges from 5 to 10, and ranges between 2 and 5% [2, 18]. In the following tables, algorithms EHTLD, HapCompass and HapTree are abbreviated to EH, HC and HT, respectively. In Table 1, 12 sets of parameters were set in dealing with error rate , where c = 10,  = 3,  = 7, n = 100 and d = 0.3. It can be seen from this table that algorithm EHTLD can achieve much higher reconstruction rates, smaller vector errors and MEC scores than the HapCompass and the HapTree algorithms in every setting. When  = 0, algorithm EHTLD achieves reconstruction rate of 0.97, which is higher than both HapCompass and HapTree algorithms by about 9.0%, and vector error of 3, which is less than them by 8 times or so. In particular, the MEC score obtained by algorithm EHTLD reaches zero, while those of the other two algorithms are 126 and 57. Although the increase of plays stronger negative effect on algorithm EHTLD than on algorithms HapCompass and HapTree, the EHTLD algorithm still obtains better performance than algorithms HapCompass and HapTree with high error rate. When  = 0.2, the RRs of algorithms EHTLD, HapCompass and HapTree are 0.92, 0.89 and 0.88, the vector errors of them are 14, 31 and 26, and the MEC scores of them are 335, 407 and 364, respectively. The three algorithms all execute very efficiently when ranges from 0 to 0.2.
Table 1

Comparison with different error rates (CELSIM instance)

p s RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
00.970.890.89329270126570.010.020.01
0.010.970.890.883312817147640.010.030.01
0.020.970.890.884302734152790.010.030.01
0.030.970.890.904312651180830.010.030.01
0.040.970.900.894292769179960.010.030.01
0.050.970.900.8942926851941170.010.030.01
0.060.960.890.88531261022101320.010.030.01
0.070.960.890.88530261222251570.010.030.01
0.080.960.900.88629241382381730.010.030.01
0.090.950.890.87630281542541810.010.030.01
0.10.950.900.89729251722632060.010.030.01
0.20.920.890.881431263354073640.010.030.01
Comparison with different error rates (CELSIM instance) In Table 2, nine sets of parameters were set in dealing with coverage c, where n = 100,  = 3,  = 7,  = 0.05 and d = 0.3. From Table 2 we observe that algorithm EHTLD still obtains the highest reconstruction rate and the smallest vector error and MEC score under different coverage settings. When the coverage is 2, the RRs of algorithms EHTLD, HapCompass and HapTree are 0.94, 0.89 and 0.86, the vector errors of them are 10, 30 and 29, and the MEC scores of them are 16, 40 and 19. When the coverage increases, the RR of algorithm EHTLD increases gradually, while that of algorithm HapCompass fluctuates between 0.89 and 0.90, and that of algorithm HapTree varies between 0.85 and 0.91. Generally, the increase of coverage plays a positive role in the improvement of algorithm performance, for much more original fragment information can be utilized. However, it is not apparent for algorithms HapCompass and HapTree.
Table 2

Comparison with different coverages (CELSIM instance)

c RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
20.940.890.861030291640190.010.010.01
30.950.890.85931282560300.010.020.01
40.950.890.91731283479380.010.020.01
50.960.890.87630264196460.010.020.01
60.960.890.875302552120580.010.020.01
70.960.900.895292658133650.010.020.01
80.960.890.895302567157750.010.020.01
90.960.890.894302575175840.010.030.01
100.970.900.8942926851941170.010.030.01
Comparison with different coverages (CELSIM instance) Table 3 compares the performance of the three algorithms with different haplotype lengths n, where c = 10,  = 3,  = 7,  = 0.05 and d = 0.3. As can be seen from this table, algorithm EHTLD still obtains superior results to the other two algorithms under each parameter setting. With the increase of haplotype length, the three algorithms experience a gradual degradation in the performance. When n is 100, the RR of algorithm EHTLD is 0.97, which is higher than both HapCompass and HapTree algorithms by about 7.8%, the vector error of algorithm EHTLD is 4, which is less than algorithms HapCompass and HapTree by about 86 and 85%, the MEC score of algorithm EHTLD is 85, which is less than algorithms HapCompass and HapTree by about 56 and 21%, respectively. When n is 1000, the RRs of them decrease to 0.92, 0.88 and 0.86, the vector errors of them increase to 136, 322 and 314, and the MEC scores of them go up to 479, 1029 and 595, respectively. The running time of the three algorithms increases significantly with the increase of n. When n = 100, the running time of algorithms EHTLD, HapCompass and HapTree is 0.01, 0.03 and 0.01 s, respectively, while n = 1000, it increases to 4.36, 4.67 and 4.51 s, respectively.
Table 3

Comparison with different haplotype lengths (CELSIM instance)

n RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
1000.970.900.8942926851941170.010.030.01
2000.960.890.901261571363051690.040.160.04
3000.950.890.882992901813872300.110.200.09
5000.930.880.87571561482715733370.560.830.72
8000.920.880.861002562423988554922.212.592.30
10000.920.880.8613632231447910295954.364.674.51
Comparison with different haplotype lengths (CELSIM instance) In Table 4, three groups of parameters were set in dealing with single fragment length range , where c = 10,  = 0.05, n = 100 and d = 0.3. As shown in Table 4, algorithm EHTLD still performs the best under different parameter settings. When , the RRs of algorithms EHTLD, HapCompass and HapTree are 0.97, 0.90 and 0.89, the vector errors of them are 4, 29 and 26, and the MEC scores of them are 85, 194 and 117, respectively. With the decrease of the length of single fragment, the decline of fragments overlap might be disadvantageous for haplotype reconstruction. When , the RRs decrease to 0.94, 0.90 and 0.88, the vector errors increase to 14, 30 and 28, and the MEC scores drop to 65, 86 and 76, respectively. The decrease of the MEC scores explain the shorter the fragments are, the more probability the fragments agree with the reconstructed haplotypes. The change of single fragment length plays little effect on the running time of the three algorithms.
Table 4

Comparison with different single fragment length ranges (CELSIM instance)

fmin, fmaxRRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
 [3, 7]0.970.900.8942926851941170.010.030.01
 [2, 4]0.950.890.888302867129900.010.030.01
 [1, 2]0.940.900.881430286586760.020.030.01
Comparison with different single fragment length ranges (CELSIM instance) Table 5 compares the three algorithms with different hamming distances d, where  = 3,  = 7, c = 10,  = 0.05 and n = 100. It can be seen from this table that the performance of algorithm EHTLD remains relatively stable under different d, while that of algorithms HapCompass and HapTree suffers strong negative influence with the increase of hamming distance. For example, when d varies from 0.1 to 1.0, the RR of the EHTLD algorithm fluctuates between 0.97 and 1.0, while those of the HapCompass and the HapTree algorithms achieve decrease rate up to 35 and 20%, respectively.
Table 5

Comparison with different hamming distances (CELSIM instance)

d RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
0.10.990.970.9659888109920.010.020.01
0.20.970.930.9461716861401060.010.030.01
0.30.970.900.8942826851941170.010.030.01
0.40.970.860.8533835862601450.020.060.02
0.50.970.820.8414642883262010.040.080.03
0.60.970.790.8215749893932630.050.100.05
0.70.980.740.8107163924783460.070.160.06
0.80.980.710.8007872905534210.100.200.08
0.90.990.670.7808978906335070.120.250.10
1.01.000.630.7709485917225890.150.290.12
Comparison with different hamming distances (CELSIM instance)

MetaSim instances

MetaSim was used to simulate 454 sequencing platform. m SNP fragments, including single ones and  =  mate-pair ones, were generated, where denoted the probability of mate-pair fragments and was set to 0.25 in the experiments. A single fragment had an expected length of , and a mate-pair fragment had a length of . Since each mate-pair fragment consists of two single fragments of the same haplotype, the coverage c equals to . Table 6 gives the comparisons with coverage ranging from 5 to 50, where n = 100,  = 5, and d = 0.3. In Table 7, six sets of experimental results under different haplotype length settings are displayed, where c = 20,  = 5, and d = 0.3. In Table 8, three instances were generated in dealing with single fragment length , where n = 100, c = 20, and d = 0.3. In Table 9, the test results under different parameter d are shown, where n = 100, c = 20, and  = 5. The experimental results obtained from MetaSim instances indicate that algorithm EHTLD still obtain much higher reconstruction rates, smaller vector errors and MEC scores than the HapCompass and the HapTree algorithms under different and d settings.
Table 6

Comparison with different coverages (MetaSim instance)

c RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
50.940.890.8810302680134990.010.020.01
100.940.900.88829261442521890.010.020.01
150.950.900.88830262494052870.010.030.01
200.950.900.88730262995133430.020.040.02
250.950.890.89728253836484460.030.050.03
300.950.900.89730254587755310.030.070.03
350.950.890.89730265329036230.050.090.04
400.950.900.897282660010287110.070.120.06
450.950.900.907292470011938070.100.160.09
500.950.900.907282575812938790.130.190.11
Table 7

Comparison with different haplotype lengths (MetaSim instance)

n RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
1000.950.900.88730262995133430.020.040.02
2000.930.890.901762575509856200.240.310.21
3000.930.890.8925937978814418960.560.630.60
5000.930.880.89451561421284239214402.432.832.64
8000.920.880.89752542381998379122549.6510.509.89
10000.920.880.889131930524844731280417.4317.9517.47
Table 8

Comparison with different single fragment lengths (MetaSim instance)

f_lenRRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
100.960.900.88530262484043070.010.040.01
50.950.900.88730262995133430.020.040.02
30.930.890.891431281292462010.030.060.03
Table 9

Comparison with different hamming distances (MetaSim instance)

d RRVEMECRunning time (s)
EHHCHTEHHCHTEHHCHTEHHCHT
0.10.980.970.87410283473873750.010.010.01
0.20.960.930.88618263094273530.010.030.01
0.30.950.900.88730262995133430.020.040.02
0.40.950.860.89635252946293300.050.110.02
0.50.940.820.88548252897523250.090.160.03
0.60.940.780.88360262888953200.120.260.03
0.70.950.750.883692629610603360.180.370.04
0.80.950.710.885772632112273660.220.420.06
0.90.960.670.883862529013593330.270.500.09
1.00.960.630.882942527715233210.350.610.11
Comparison with different coverages (MetaSim instance) Comparison with different haplotype lengths (MetaSim instance) Comparison with different single fragment lengths (MetaSim instance) Comparison with different hamming distances (MetaSim instance)

Conclusion

The minimum error correction with genotype information (MEC/GI) model is one of the important computational models for solving single individual SNP haplotyping problem. In this paper, an enumeration-based algorithm EHTLD is presented for haplotyping a triploid single individual by using this model. Algorithm EHTLD reconstructs the three haplotypes according to the order of SNP loci along them. For a SNP site being reconstructed, the EHTLD algorithm enumerates three possible values in terms of the site’s genotype, and chooses the one leading to the minimum difference between the reconstructed haplotypes and the fragments covering that SNP site. The reconstructed alleles of a SNP site mainly depend on the fragments which cover the site, and are little affected by other former reconstructed alleles. Therefore, the former wrongly reconstructed SNP alleles would not affect the latter reconstructed SNP alleles, i.e., reconstructed errors on the former SNP alleles would not spread to the latter ones. The kind of enumeration strategy can also be apply to reconstruct haplotypes of other ploidy, which will be studied in the future. Compared with algorithms HapCompass and HapTree by using two kinds of simulated sequencing data, the EHTLD algorithm can get the highest reconstruction rates, the smallest vector errors and MEC scores, which was tested by a number of experiments. In addition, algorithm EHTLD still achieves satisfying performance even with high error rate, low fragment coverage, or long haplotype length. All of these advantages may contribute to the practical application of the EHTLD algorithm when haplotyping a triploid single individual.
  13 in total

1.  Haplotype reconstruction from SNP fragments by minimum error correction.

Authors:  Rui-Sheng Wang; Ling-Yun Wu; Zhen-Ping Li; Xiang-Sun Zhang
Journal:  Bioinformatics       Date:  2005-02-24       Impact factor: 6.937

2.  A fast and accurate algorithm for diploid individual haplotype reconstruction.

Authors:  Jingli Wu; Binbin Liang
Journal:  J Bioinform Comput Biol       Date:  2013-06-30       Impact factor: 1.122

3.  Exact algorithms for haplotype assembly from whole-genome sequence data.

Authors:  Zhi-Zhong Chen; Fei Deng; Lusheng Wang
Journal:  Bioinformatics       Date:  2013-06-18       Impact factor: 6.937

4.  Haplotyping a single triploid individual based on genetic algorithm.

Authors:  Jingli Wu; Xixi Chen; Xianchen Li
Journal:  Biomed Mater Eng       Date:  2014       Impact factor: 1.300

5.  Inference of haplotypes from samples of diploid populations: complexity and algorithms.

Authors:  D Gusfield
Journal:  J Comput Biol       Date:  2001       Impact factor: 1.479

Review 6.  A comparison of several algorithms for the single individual SNP haplotyping reconstruction problem.

Authors:  Filippo Geraci
Journal:  Bioinformatics       Date:  2010-07-11       Impact factor: 6.937

7.  HapTree: a novel Bayesian framework for single individual polyplotyping using NGS data.

Authors:  Emily Berger; Deniz Yorukoglu; Jian Peng; Bonnie Berger
Journal:  PLoS Comput Biol       Date:  2014-03-27       Impact factor: 4.475

8.  A model of higher accuracy for the individual haplotyping problem based on weighted SNP fragments and genotype with errors.

Authors:  Minzhu Xie; Jianxin Wang; Jianer Chen
Journal:  Bioinformatics       Date:  2008-07-01       Impact factor: 6.937

9.  MetaSim: a sequencing simulator for genomics and metagenomics.

Authors:  Daniel C Richter; Felix Ott; Alexander F Auch; Ramona Schmid; Daniel H Huson
Journal:  PLoS One       Date:  2008-10-08       Impact factor: 3.240

10.  FastHap: fast and accurate single individual haplotype reconstruction using fuzzy conflict graphs.

Authors:  Sepideh Mazrouee; Wei Wang
Journal:  Bioinformatics       Date:  2014-09-01       Impact factor: 6.937

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.