HMMoC--a compiler for hidden Markov models.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 17623703.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Hidden Markov models are widely applied within computational biology. The large data sets and complex models involved demand optimized implementations, while efficient exploration of model space requires rapid prototyping. These requirements are not met by existing solutions, and hand-coding is time-consuming and error-prone. Here, I present a compiler that takes over the mechanical process of implementing HMM algorithms, by translating high-level XML descriptions into efficient C++ implementations. The compiler is highly customizable, produces efficient and bug-free code, and includes several optimizations. http://genserv.anat.ox.ac.uk/software.
Medical subject headings
- Computational Biology
- Markov Chains
- Models, Biological
- Pattern Recognition, Automated
- Programming Languages
- Sequence Analysis
- Software