Skip to main content

DiSNPindel: improved intra-individual SNP and InDel detection in direct amplicon sequencing of a diploid

Abstract

Background

Amplicon re-sequencing based on the automated Sanger method remains popular for detection of single nucleotide polymorphisms (SNPs) and insertion-deletion polymorphisms (InDels) for a spectrum of genetics applications. However, existing software tools for detecting intra-individual SNPs and InDels in direct amplicon sequencing of diploid samples are insufficient in analyzing single traces and their accuracy is still limited.

Results

We developed a novel computation tool, named DiSNPindel, to improve the detection of intra-individual SNPs and InDels in direct amplicon sequencing of a diploid. Neither reference sequence nor additional sample was required. Using two real datasets, we demonstrated the usefulness of DiSNPindel in its ability to improve largely the true SNP and InDel discovery rates and reduce largely the missed and false positive rates as compared with existing detection methods.

Conclusions

The software DiSNPindel presented here provides an efficient tool for intra-individual SNP and InDel detection in diploid amplicon sequencing. It will also be useful for identification of DNA variations in expressed sequence tag (EST) re-sequencing.

Background

Single nucleotide polymorphisms (SNPs) and insertion-deletion polymorphisms (InDels) have become the most commonly used DNA markers because they are co-dominant, abundant within the genome and amenable to flexible genotyping techniques [1, 2]. They could be derived from a number of sources, including re-sequenced polymerase chain reaction (PCR) amplicons, genomic libraries and expressed sequence tag (EST) datasets [3]. From these, although genomic and EST resources, in large scale in particular, tend to be produced with the aid of next-generation sequencing (NGS), amplicon re-sequencing based on the automated Sanger method remains popular for a spectrum of genetics applications. For instance, Sanger sequencing of PCR fragments is needed to reveal sequence variations among races and/or lines in a specific gene (e.g., tb1 gene in Zea mays [4]); also, the candidate gene/region mapping strategy represents a more feasible alternative to random whole-genome SNP mapping in association studies for species with limited linkage disequilibrium (e.g., trees [5]), of which the candidate SNPs have to be generated with Sanger sequencing. In addition, Sanger sequencing is still the method of choice for DNA marker development in cases that the budget is limited and the number of markers required is not very large.

Amplicon re-sequencing can be performed via sub-cloning or direct sequencing [6]. Sub-cloning method results in single-strand sequence in each trace file (chromatogram), and SNPs and InDels are thus identified between or among traces using alignment approaches [7]. However, direct sequencing involves generally both strands (alleles) of a diploid, and double peaks will present for a single base position in case of a SNP and for nearly all positions subsequent to an InDel, which have to be distinguished using specific algorithms. As sub-cloning is time-consuming, laborious and expensive, direct sequencing has been the preferred assay. To date, several tools have been developed to detect intra-individual SNPs and InDels in direct amplicon sequencing of diploid DNA samples, including those recently developed packages Mutation Surveyor (http://www.softgenetics.com/mutationSurveyor.html), novoSNP [8] and PolyPhred [6, 9]. However, these packages are insufficient in analyzing solely single sequencing traces. For example, all the above packages require a reference sequence, which would be a constraint when no reference sequence is available, such as an intron region in EST re-sequencing. In particular, PolyPhred combines multiple individuals (e.g., ≥ 8) to guarantee essential accuracy, inhabiting its utility for single samples, such as either parent of an F1 or backcross population that serves in plants and animals as the common mapping pedigree and segregating markers have to be originated from the heterozygous parent(s). In addition, a more recently reported package PrimeIndel [10] can detect InDels without a reference sequence, but it needs two sequences derived from the double peaks within a certain range, which could be tedious. Moreover, the accuracy in single trace detection is still limited for the existing software tools (see Results below).

In this paper we present a novel computational tool that enables automatic detection of intra-individual SNPs and InDels in direct amplicon sequencing of a diploid sample needless of a reference sequence. Because wave noises impaired the quality of a sequence trace and were directly correlated with the false-positive and missed SNP rates [6, 8], we introduced Haar wavelet transformation [11] to decompose the wave (base) signal of a trace file at multiple-level resolution and filter out the noise of high-frequency sub-signals. The Haar wavelet approach is advantageous in simplicity, small CPU time and highly accurate and fast transformation [12] and appears very attractive in image coding, edge extraction and binary logic design [13]. Subsequently, we used simulated data to train Levenberg-Marquardt (LM) algorithm [14, 15] based back-propagation neural networks (BPNN [16, 17]) for intra-individual SNP diagnosis and also used real trace data to test the performance of the trained algorithm. BPNN is advantageous in non-linear perception, self-learning, self-adaption and generalization ability [18]. LM is a modified method for training BPNN that can improve greatly the back-propagation convergence speed and the prediction accuracy [19]. Finally, for intra-individual InDel detection, we employed a stepwise allelic base alignment algorithm to compare dynamically the primary and secondary base calls downstream of a potential InDel. We benchmarked our method, termed DiSNPindel, with other detection packages (Mutation Surveyor, novoSNP, PolyPhred and PrimeIndel) and showed that improved accuracy was achieved with two real datasets tested.

Implementation

Overview

DiSNPindel is implemented with the main sequential steps for SNP detection: ‘1. Open a file’, ‘2. Find SNPs’, ‘3. Manual modification (optional)’ and ‘4. Save result’, each corresponding to a button or box on the interface (Additional file 1: Figure S1). If continuous double peaks are found, the ‘Switch to Indel detection’ button can be clicked to ‘Indel detection’ interface, where ‘3. Find Indels’, ‘4. Manual modification (optional)’ and ‘5. Save result’ were designated for the specific functions (Additional file 1: Figure S2).

DiSNPindel is a stand-alone package programmed in Matlab R2011b and LabWindows/CVI 9.0. It runs on Windows platform and can deal with multiple traces (.ab1 and/or .scf files), each being analyzed in an independent panel that is switchable between SNP and InDel interfaces. The method is composed mainly of four procedures, namely, noise filtering, feature extraction, SNP diagnosis and, if applicable, InDel diagnosis. Figure 1 summarizes the overall structure of DiSNPindel.

Fig. 1
figure 1

The overall structure of DiSNPindel. Haar wavelet transformation [11] was used to filter out the high-frequency noisy sub-signals of a base peak (wave). Three features were extracted from the primary and secondary peaks at a base position, namely, horizontal distance, vertical height ratio and half-wave width ratio, which were then inputted into LM-BPNN for intra-individual SNP diagnosis. The LM-BPNN contained three, ten and one neurons (vectors) in the input, hidden and output layers, respectively. Intra-individual InDel diagnosis was conducted using a stepwise allelic base alignment algorithm

Noise filtering

The Haar wavelet transformation [11] was used to decompose a peak (wave) signal into a low-frequency and a high-frequency sub-signals. While the high-frequency sub-signal would be removed as noises, the low-frequency sub-signal was subjected to further decomposition. The decomposition equation is:

$$ f(t)={A}_n+{\displaystyle \sum_{i=1}^n{D}_i} $$

where f(t) is the original signal, A is the approximation of low-frequency sub-signal (or further sub-signal), D is the details of high-frequency sub-signal (or further sub-signal) and n is the number of decomposition levels. More details of the Haar functions together with their parametric notations could be seen in literature, e.g., Stanković and Falkowski [13].

Feature extraction

For each chromatogram wave, horizontal distance, height and half-wave width were sampled from the primary (top) peak and, if applicable, the secondary (lower) peak, to represent the uniqueness of a wave position. Distance, height ratio and half-wave width ratio between the double peaks were then extracted as wave features efficient for subsequent diagnoses. Figure 2 shows the three features extracted from double peaks at a wave position.

Fig. 2
figure 2

Three features extracted from double peaks (waves) at a base position. L, M and R indicate the positions of the left bottom, the middle top and the right bottom of a wave, respectively. a The horizontal distance (|x 1 − x 4|). b The vertical height ratio (|y 1|/|y 4|). c The half-wave width ratio [(|y 1 − y 2| + |y 1 − y 3|)/(|y 4 − y 5| + |y 4 − y 6|)]

Intra-individual SNP diagnosis

Intra-individual SNPs were diagnosed with LM algorithm [14, 15] based BPNN [16, 17], which consisted of three layers: an input layer (the wave features), a hidden layer and an output layer (the score; Fig. 1). Using simulated within-individual SNP data, the LM-BPNN was trained for the output layer to meet a SNP score specification.

A total of 590 within-individual SNP samples synthetic of a wide range of the three wave features were simulated, including 443 and 147 for training and validation, respectively. An output value of each sample was generated using a fuzzy reasoning method [20, 21] and de-fuzzified to a score within the range 1–100.

LM-BPNN training was performed using the following weights and thresholds assumed for the three input, ten hidden and one output vectors (Fig. 1),

  1. a)

    The weight vector between the first input neuron and the ten neurons of the hidden layer: [w 1(1,1) w 1(1,2)  … w 1(1,10) ],

  2. b)

    The weight vector between the second input neuron and the ten neurons of the hidden layer: [w 1(2,1) w 1(2,2)  … w 1(2,10) ],

  3. c)

    The weight vector between the third input neuron and the ten neurons of the hidden layer: [w 1(3,1) w 1(3,2)  … w 1(3,10) ],

  4. d)

    The threshold vector of the hidden layer: [b 1(1) b 1(2)  … b 1(10) ],

  5. e)

    The weight vector between the ten neurons of the hidden layer and the output layer: [w 2(1,1) w 2(2,1)  … w 2(10,1) ], and

  6. f)

    The threshold of the output layer: [b 2(1) ].

In practice, the thresholds [b 1(1) b 1(2)  … b 1(10) ] and [b 2(1) ] were treated as specific weights [w 1(0,1) w 1(0,2)  … w 1(0,10) ] and [w 2(0,1) ], respectively. To determine the weight w k(i,j) (i = 0, …, 3; j = 1, …, 10; k = 1, 2), the LM algorithm is used

$$ \varDelta w=-{\left[{J}^T(w)J(w)+\mu I\right]}^{-1}J(w)e(y) $$

where w is the weight vector, ∆w is the deviation of w, J(w) is the Jacobian matrix of vector w, μ is a coefficient, I is the identity matrix, and e(y) is the error. The learning steps are as follows.

  1. 1.

    Values between 0 and 1 were randomly assigned for initial weights and thresholds assuming a maximum error ε = 0.1.

  2. 2.

    Compute the BPNN output, e.g., \( {y}_k={\displaystyle \sum_{i=1}^{10}{v}_i}{w}_i+{b}_{(1)}^2 \) for the kth sample, where v is the input vector, w is the weight vector, and b 2(1) is the threshold of neuron y l. The error is thus calculated as e k  = d k  − y k , where d k is the score calculated from the simulated data.

  3. 3.

    Compute the sum of square errors \( V(w)={\displaystyle \sum_{i=1}^N{e}_k^2} \), where N is the number of samples.

  4. 4.

    If V(w) < ε, turn to step 7 below. Otherwise, compute the Jacobian matrix J(w).

  5. 5.

    Compute ∆w using the LM equation as stated above.

  6. 6.

    Let w(t + 1) = w(t) + Δw and compute the new sum of square errors V(w(t + 1)) similarly as in step 3 above. If V(w(t + 1)) < V(w(t)), set V(w(t)) = V(w(t + 1)), w(t) = w(t + 1) and μ = μ/β (β is a correction factor) and turn back to step 4; Otherwise, suppose μ = μ · β and turn back to step 5.

  7. 7.

    Reach the optimal weights and end the training process.

Finally a true SNP was trained to a score ≥75, a vague SNP to a score smaller than 75 but no less than 60, a false SNP to a score smaller than 60 but no less than 20, and a strongly false SNP to a score <20. In addition, using another set of 147 simulated samples, the performance of the trained LM-BPNN was tested.

A six-grade classification was established for the convenience of SNP diagnosis (Fig. 3), that is, grade 1 with a score ≥ 75 (a true SNP), grades 2–4 being 60 ≤ score < 75 (a vague SNP), grade 5 being 20 ≤ score < 60 (a false SNP) and grade 6 with a score < 20 (a strongly false SNP). Grades 2–4 were further distinguished with the number of noisy waves (height and width more than 70 and 50 % of the secondary peak, respectively), that is, grades 2 (a true SNP), 3 (a possibly true SNP) and 4 (a possibly false SNP) with no more than one, two and more than two noisy waves around, respectively. Grades 1 and 2 could be a high threshold for SNP diagosis while grades 3 and 4 could be a relaxed threshold. Meanwhile, each SNP detected could be manually modified.

Fig. 3
figure 3

The six SNP grades classified based on the score and noisy peaks around. The score range for each grade was shadowed in black. Description of the number of noisy peaks around was stated on the column for grades 2–4

Intra-individual InDel diagnosis

A stepwise allelic base alignment algorithm was employed for intra-individual InDel detection. A maximal InDel size was set at 30 bases according to Bhangale et al. [9]. The presumed primary and secondary peak sequences were compared for a given region dominated with continuous double peaks, supposing an interval of m (m = ±1, ±2, … or ±30) bases to reach the maximal matchability and allowing for base transposition between top and secondary peaks at a potentially misleading position. The final m value indicates an InDel of the m bases, and its signal + or – represents the presence of an insertion or deletion as compared to the alternative sequence.

Datasets

As there was no ‘standard’ dataset tested with earlier detection tools, we benchmarked our software DiSNPindel with the three packages Mutation Surveyor, novoSNP and PolyPhred using a set of 62 Eucalyptus EST amplicons (Additional file 2) for SNP detection, which had been directly sequenced for wet-lab validation of a total of 66 SNPs associated with cleaved amplified polymorphic sequence (CAPS) markers in one or both parents of an F1 mapping population [22].

We also compared the performance of DiSNPindel with the four packages Mutation Surveyor, novoSNP, PolyPhred and PrimeIndel for InDel detection using 77 directly sequenced amplicons (Additional file 2) that contained intra-individual variation in simple sequence repeats (SSR) in either or both of the parents of an F1 mapping population [23].

Results

Noise filtering

After several rounds of trials, three levels of decomposition were finally applied, in which the high-frequency sub-signals at all levels were filtered out and the final low-frequency sub-signal (A3) was reserved to display the base position and the peak features. Figure 4 shows the low-frequency sub-signal at each level of the decomposition process.

Fig. 4
figure 4

Approximation of the low-frequency sub-signal at three decomposition levels in the Haar wavelet transformation. a The original signal f(t). b The low-frequency sub-signal A 1 generated at the first level of decomposition. c The low-frequency sub-signal A 2 generated at the second level of decomposition. d The low-frequency sub-signal A 3 generated at the third level of decomposition

Intra-individual SNP diagnosis

Totally 110 iterations were performed for LM-BPNN training. The mean squared error (MSE) decreased rapidly and reached a stably low level after about 13 iterations in the training and validation, indicating a strong convergence (Fig. 5). In particular, the best performance in validation was reached in 42 interations (MSE = 0.1559; Fig. 5). Similarly, MSE reached rapidly a stably low level in the test procedure (Fig. 5).

Fig. 5
figure 5

Performance in training, validation and test of the LM-BPNN. The mean squared error decreased rapidly to a stably low level in training, validation and test, indicating a strong convergence of all the three procedures. The best performance was reached at 42 interations in validation (MSE = 0.1559)

We compared our software with Mutation Surveyor, novoSNP and PolyPhred (v6.18) in intra-individual SNP diagnosis. As Polyphred was limited in analyzing a single trace, it did not detect any SNPs for all the ranks (1–6) and was excluded from subsequent comparisons. Of the total of 66 CAPS-related SNPs validated experimentally, our software showed the highest rate of found SNPs and the lowest rate of missed SNPs even at the highest threshold when compared to the relaxed thresholds of novoSNP and Mutation Surveyor. For instance, the found SNP rate was 90.9 % (60/66) at grade 1 in DiSNPindel, much higher than that of the most relaxed threshold in novoSNP (37.9 % at score 1) or Mutation Surveyor (30.3 % at high sensitivity; Table 1, Additional file 3: Table S1). Moreover, no SNP found by novoSNP and/or Mutation Surveyor was missed by DiSNPindel even at relatively higher grades. Furthermore, DiSNPindel enabled detection of four CAPS-SNPs subsequent to InDel (Additional file 1: Figure S3).

Table 1 Comparison of software performance in intra-individual SNP detection

Also, DiSNPindel outperformed novoSNP and Mutation Surveyor in efficacy of detection on all the SNPs identified manually from 50 relatively high-quality traces out of the 62 amplicons. DiSNPindel showed the lowest rate of missed SNPs at all the thresholds (Fig. 6, Additional file 3: Table S2) and the highest rate of true SNPs at a relatively low rate of false positives (Fig. 7, Additional file 3: Table S2).

Fig. 6
figure 6

Missed SNP rates for 50 relatively high-quality single traces [22] by DiSNPindel, novoSNP and Mutation Surveyor at different grade or score thresholds. PolyPhred missed all the SNPs at all the ranks (1–6) and was excluded from the comparison. More data were given in Additional file 3: Table S2. MS: medium sensitivity; HS: high sensitivity

Fig. 7
figure 7

True SNP versus false positive SNP rates investigated for 50 relatively high-quality single traces [22] by DiSNPindel, novoSNP and Mutation Surveyor. PolyPhred missed all the SNPs at all the threshold ranks (1–6) and was excluded from the comparison. More data were given in Additional file 3: Table S2

Intra-individual InDel diagnosis

As compared with Mutation Surveyor, novoSNP, PolyPhred (v6.18) and PrimeIndel, except Polyphred that could not detect any InDels, DiSNPindel resulted in the highest true InDel rate (53.1 %) but the least missed (22.2 %) and false positive (0 %) rates, plus the highest rate (24.7 %) of size-correct but base-wrong InDels (Table 2, Additional file 3: Table S3). Only one true InDel (trace eSSR509P2F; Additional file 3: Table S3) detected by Mutation Surveyor was missed by DiSNPindel and three true InDels (traces eSSR348P1F, eSSR479P1F and eSSR650P1F; Additional file 3: Table S3) detected by novoSNP and/or Mutation Surveyor were determined with correct size but wrong bases in our software.

Table 2 Comparison of software performance in intra-individual InDel detection

Discussion

Resequencing based on the Sanger method has been the gold standard for discovery of DNA polymorphisms in a specific genomic region, given that the relatively high error rates in NGS reads will cause inevitably false SNPs [24, 25]. In case of SNP and InDel discovery within an individual (heterozygote), attentions are mostly paid to a single sequence trace file of PCR amplicon rather than multiple traces with additional individuals. In this regard, our method focusing on a single trace irrespective of reference sequence represents a considerable advance towards automated within-individual SNP and InDel identification in a diploid.

As shown herein, our software outperformed other contemporary methods in accuracy of intra-individual SNP and InDel detection. The better performance can be largely attributable to the effective algorithm for SNP diagnosis and, accordingly, the accurate allelic comparison for InDel determination. To our knowledge, wavelet transformation and BPNN are for the first time introduced for studies of the kind. Besides eliminating the need for reference sequence, the significantly improved accuracy in both SNP and InDel detection by DiSNPindel indicates that our novel algorithm provides a reliable and efficient alternative for automated detection of sequence variations. In addition, DiSNPindel could result in consistent diagnoses from different runs of the same sequencing trace.

Though DiSNPindel is designed to detect new SNPs and InDels within an individual, it can be used to genotype multiple samples, with each output saved in a txt file. Moreover, the output sequences could be aligned for multiple sample comparison using a third-part program, e.g., Clustal W [26].

Based on the setting of six confidence grades in SNP detection, DiSNPindel allows the choice of threshold to distinguish between true and false positives, thereby enabling a tradeoff between missed and erroneous SNPs. For instance, the true, false positive and missed SNP rates were 97.0, 29.2 and 3.0 %, respectively, at a high threshold of grade 2, but were 98.5, 42.9 and 1.5 %, respectively, at a lower threshold of grade 4 (Figs. 6 and 7, Additional file 3: Table S2). A proper threshold value may depend on practical application [6, 8]. Nevertheless, the relatively high false positive rate even at a high threshold suggests the necessity of manual review, especially for certain circumstances such as mutation detection and clinical diagnosis [6]. Moreover, as the false positive rate is directly correlated with the sequence trace quality [8], optimization of PCR condition and sequencing primer could be helpful to reduce the false positive rate.

Conclusions

In this report, a novel yet efficient tool was proposed for intra-individual SNP and InDel detection in diploid amplicon sequencing. It will also be useful for identification of DNA variation in EST re-sequencing. The proposed tool does not require a reference sequence or additional samples. Moreover, as compared with existing detection methods, it can improve largely the true SNP and InDel discovery rates and reduce largely the missed and false positive rates. In addition, the tool can be used to genotype multiple samples.

Availability and requirements

DiSNPindel (as of version 1.0) is freely available to all readers at http://www.ritf.ac.cn/sitecn/FZBJKYCG/1377.html.

Project name: DiSNPindel

Project home page: http://www.ritf.ac.cn/sitecn/FZBJKYCG/1377.html

Operating system(s): Windows XP or higher

Programming language: Matlab

License: none

Any restrictions to use by non-academics: none

Abbreviations

SNP:

Single nucleotide polymorphisms

InDel:

Insertion-deletion

PCR:

Polymerase chain reaction

EST:

Expressed sequence tag

NGS:

Next-generation sequencing

LM:

Levenberg-Marquardt

BPNN:

Back-propagation neural networks

CAPS:

Cleaved amplified polymorphic sequence

SSR:

Simple sequence repeats

MSE:

Mmean squared error

References

  1. Syvänen A-C. Accessing genetic variation: genotyping single nucleotide polymorphisms. Nat Rev Genet. 2001;2:930–42.

    Article  CAS  PubMed  Google Scholar 

  2. Chen FC, Chen CJ, Li WH, Chuang TJ. Human-specific insertions and deletions inferred from mammalian genome sequences. Genome Res. 2007;17:16–22.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Andersen JR, Lubberstedt T. Functional markers in plants. Trends Plant Sci. 2003;8:554–60.

    Article  CAS  PubMed  Google Scholar 

  4. Studer A, Zhao Q, Ross-Ibarra J, Doebley J. Identification of a functional transposon insertion in the maize domestication gene tb1. Nat Genet. 2011;43:1160–3.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Grattapaglia D, Plomion C, Kirst M, Sederoff RR. Genomics of growth traits in forest trees. Curr Opin Plant Biol. 2009;12:148–56.

    Article  CAS  PubMed  Google Scholar 

  6. Stephens M, Sloan JS, Robertson PD, Scheet P, Nickerson DA. Automating sequence-based detection and genotyping of SNPs from diploid samples. Nat Genet. 2006;38:375–81.

    Article  CAS  PubMed  Google Scholar 

  7. Marth GT, Korf I, Yandell MD, Yeh RT, Gu Z, Zakeri H, et al. A general approach to single-nucleotide polymorphism discovery. Nat Genet. 1999;23:452–6.

    Article  CAS  PubMed  Google Scholar 

  8. Weckx S, Del-Favero J, Rademakers R, Claes L, Cruts M, de Jonghe P, et al. novoSNP, a novel computational tool for sequence variation discovery. Genome Res. 2005;15:436–42.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Bhangale TR, Stephens M, Nickerson DA. Automating resequencing-based detection of insertion-deletion polymorphisms. Nat Genet. 2006;38:1457–61.

    Article  CAS  PubMed  Google Scholar 

  10. Lam CW. PrimeIndel: four-prime-number genetic code for indel decryption and sequence read alignment. Clin Chim Acta. 2014;436:1–4.

    Article  CAS  PubMed  Google Scholar 

  11. Haar A. Zur theorie der orthogonalen funktionensysteme. Math Ann. 1910;69:331–71.

    Article  Google Scholar 

  12. Hariharan G. Haar wavelet method for solving the Klein-Gordon and the sine-Gordon equations. Inte J Nonlin Sci. 2011;11:180–9.

    Google Scholar 

  13. Stanković RS, Falkowski BJ. The Haar wavelet transform: its status and achievements. Comput Electr Eng. 2003;29:25–44.

    Article  Google Scholar 

  14. Levenberg K. A method for the solution of certain non-linear problems in least squares. Q Appl Math. 1944;2:164–8.

    Google Scholar 

  15. Marquardt D. An algorithm for least-squares estimation of nonlinear parameters. SIAM J Appl Math. 1963;11:431–41.

    Article  Google Scholar 

  16. Hopfield JJ. Neural networks and physical system with emergent collective computational abilities. Proc Natl Acad Sci U S A. 1982;79:2554–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back-propagating errors. Nature. 1986;323:533–6.

    Article  Google Scholar 

  18. Chen J-H, Wu L-J, Kuo H-C. Neural-fuzzy fault diagnosis in a marine propulsion shaft system. J Mat Proc Tech. 2002;122:12–22.

    Article  Google Scholar 

  19. Ding S, Chang X-H, Wu Q-H. Comparative pattern classification of BP neural networks improved by numerical optimization approaches. Comput Syst Appl. 2014;23:139–44.

    Article  Google Scholar 

  20. Hellendoorn H, Thomas C. Defuzzification in fuzzy controllers. J Intell Fuzzy Syst. 1993;1:109–23.

    Google Scholar 

  21. Jung SH, Cho KH, Kim TG, Park KH. Defuzzification method for multishaped output fuzzy sets. Electron Lett. 1994;30:740–2.

    Article  Google Scholar 

  22. Yu X, Guo Y, Zhang X, Li F, Weng Q, Li M, et al. Integration of EST-CAPS markers into genetic maps of Eucalyptus urophylla and E. tereticornis and their alignment with E. grandis genome sequence. Silvae Genet. 2012;61:247–55.

    Google Scholar 

  23. He X, Wang Y, Li F, Weng Q, Li M, Xu L, et al. Development of 198 novel EST-derived microsatellites in Eucalyptus (Myrtaceae). Am J Bot. 2012;99:e134–48.

    Article  PubMed  Google Scholar 

  24. Dohm JC, Lottaz C, Borodina T, Himmelbauer H. Substantial biases in ultra-short read data sets from high-throughput DNA sequencing. Nucleic Acids Res. 2008;36:e105.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Nielson R, Paul JS, Albrechtsen A, Song YS. Genotype and SNP calling from next-generation sequencing data. Nat Rev Genet. 2011;12:443–51.

    Article  CAS  Google Scholar 

  26. Larkin MA, Blackshields G, Brown NP, Chenna R, McGettigan PA, McWilliam H, et al. Clustal W and Clustal X version 2.0. Bioinformatics. 2007;23:2947–8.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This work was supported by the Ministry of Science and Technology of China (2012CB114505, 2011AA100202) and the National Natural Science Foundation of China (31270702, 31070592). We thank Youpei Cao for provision of the .scf sequencing files.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Siming Gan.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JD and SG designed the study and wrote the manuscript. JD, HH, JJ and WL developed DiSNPindel. XY, FL, ZS, ML and SG validated the software performance and helped develop DiSNPindel. All authors read and approved the final manuscript.

Additional files

Additional file 1: Figure S1.

A SNP detection interface in software DiSNPindel (http://www.ncbi.nlm.nih.gov/nucest/CB967984). Figure S2. An InDel detection interface in software DiSNPindel. Figure S3. CAPS-SNPs subsequent to InDel could be identified by software DiSNPindel. (PDF 266 kb)

Additional file 2:

Test Data. (ZIP 9355 kb)

Additional file 3: Table S1.

Found and missed SNPs out of the 66 CAPS-associated intra-individual SNPs from 62 single traces [22] by four software packages DiSNPindel, novoSNP [8], Mutation Surveyor (http://www.softgenetics.com/mutationSurveyor.html) and PolyPhred [6, 9]. Table S2. True, false positive and missed SNPs by four software packages DiSNPindel, novoSNP [8], Mutation Surveyor (http://www.softgenetics.com/mutationSurveyor.html) and PolyPhred [6, 9] for 50 amplicons previously directly sequenced [22]. Those sequencing traces with no detection results shown in novoSNP and/or unmatched with reference sequence in Mutation Surveyor were excluded. Table S3. InDels detected by four software packages DiSNPindel, novoSNP [8], Mutation Surveyor (http://www.softgenetics.com/mutationSurveyor.html), PolyPhred [6, 9] and PrimeIndel [10] for 77 previously directly sequenced amplicons that contained within-individual variation in simple sequence repeats [23]. (XLS 399 kb)

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. 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

Deng, J., Huang, H., Yu, X. et al. DiSNPindel: improved intra-individual SNP and InDel detection in direct amplicon sequencing of a diploid. BMC Bioinformatics 16, 343 (2015). https://doi.org/10.1186/s12859-015-0790-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-015-0790-y

Keywords