A DNA Sequence Alignment Tool Based on BWA and Data Mining

Chen Yaoliang,Hong Ji,Cui Wanyun,Xiao YangHua
2011-01-01
Journal of Computer Research and Development
Abstract:DNA sequence alignment is an important task in bioinformatics.The traditional methods waste most of the time and the resource on enumerating all the possible patterns to the given reads within certain edit distance.The system demonstrated in this paper proposes a novel pruning strategy using data mining technology based on BWA.With the pruning strategy,the system can greatly reduce the cost of the brute-force process,which significantly improves the efficiency of the algorithm.Experiments show that our system outperforms the other popular DNA alignment systems by about 20% and has standard output for practicability.
What problem does this paper attempt to address?