mhatem and ruml at cs.unh.edu Multiple sequence alignment (MSA) is a central problem in computational biology. It is well known that MSA can be for-mulated as a shortest path problem and solved using heuristic search, but the memory requirement of A * makes it imprac-tical for all but the smallest problems. Partial Expansion A* (PEA*) reduces the memory requirement of A * by generat-ing only the most promising successor nodes. However, even PEA * exhausts available memory on many problems. An-other alternative is Iterative Deepening Dynamic Program-ming, which uses an uninformed search order but stores only the nodes along the search frontier. However, it too can-not scale to the largest problems. In this paper, we propose storing nodes on ...
Homology search finds similar segments between two biological sequences, such as DNA or protein sequ...
Abstract. The critical resource that limits the application of best-first search is memory. We prese...
Abstract Background Sequencing technologies produce larger and larger collections of biosequences th...
Multiple sequence alignment (MSA) is a central problem in computational biology. It is well known t...
Heuristic search is a fundamental technique for solving problems in artificial intelligence. However...
The multiple sequence alignment problem is one of the im-portant problems in Genome Informatics. The...
The Smith-Waterman algorithm is a dynamic programming method for determining op-timal local alignmen...
To harness modern multicore processors, it is imperative to develop parallel versions of funda-menta...
The paper considers solving the multiple sequence alignment, a combinatorial challenge in computatio...
Motivation: Comparison of nucleic acid and protein sequences is a fundamental tool of modern bioinfo...
Multiple Sequence Alignment (MSA) is one of the most fundamental problems in computational molecular...
Abstract. Multiple Sequence Alignment (MSA) is one of the most fundamen-tal problems in computationa...
The ability to tackle NP-hard problems has been greatly extended by the introduction of Metaheuristi...
The challenge of similarity search in massive DNA sequence databases has inspired major changes in B...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Homology search finds similar segments between two biological sequences, such as DNA or protein sequ...
Abstract. The critical resource that limits the application of best-first search is memory. We prese...
Abstract Background Sequencing technologies produce larger and larger collections of biosequences th...
Multiple sequence alignment (MSA) is a central problem in computational biology. It is well known t...
Heuristic search is a fundamental technique for solving problems in artificial intelligence. However...
The multiple sequence alignment problem is one of the im-portant problems in Genome Informatics. The...
The Smith-Waterman algorithm is a dynamic programming method for determining op-timal local alignmen...
To harness modern multicore processors, it is imperative to develop parallel versions of funda-menta...
The paper considers solving the multiple sequence alignment, a combinatorial challenge in computatio...
Motivation: Comparison of nucleic acid and protein sequences is a fundamental tool of modern bioinfo...
Multiple Sequence Alignment (MSA) is one of the most fundamental problems in computational molecular...
Abstract. Multiple Sequence Alignment (MSA) is one of the most fundamen-tal problems in computationa...
The ability to tackle NP-hard problems has been greatly extended by the introduction of Metaheuristi...
The challenge of similarity search in massive DNA sequence databases has inspired major changes in B...
Approximate pattern matching entails finding approximate occurrences of a search pattern P in a sear...
Homology search finds similar segments between two biological sequences, such as DNA or protein sequ...
Abstract. The critical resource that limits the application of best-first search is memory. We prese...
Abstract Background Sequencing technologies produce larger and larger collections of biosequences th...