General Viterbi Algorithm
Sin licencia
General implementation of matlab version of Viterbi algorithm specifically written for gene structure finding problem in mind. However, it can be modified to suit the goal of a user.
Input:
Transition Probability Matrix
Emission Probability Matrix
Initial Probability Matrix
States Matrix (ie. Exon,Intron, Intergenic, etc.)
Sequence File Name <-- Optional
Output:
Most probable state sequence ('Path') into output.txt
Further Detail: http://en.wikipedia.org/wiki/Viterbi_algorithm
Citar como
Jacob Shin (2025). General Viterbi Algorithm (https://es.mathworks.com/matlabcentral/fileexchange/11050-general-viterbi-algorithm), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Industries > Biotech and Pharmaceutical > Genomics and Next Generation Sequencing >
- Industries > Biotech and Pharmaceutical > QSP, PKPD, and Systems Biology >
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
