rna-algos

Crates.iorna-algos
lib.rsrna-algos
version0.1.37
sourcesrc
created_at2018-01-23 19:27:30.604234
updated_at2023-02-24 14:54:28.939073
descriptionLibrary of RNA Bioinformatics Algorithms
homepage
repositoryhttps://github.com/heartsh/rna-algos
max_upload_size
id48080
size21,595,245
Heartsh (heartsh)

documentation

README

Library of RNA Bioinformatics Algorithms

This library provides basic algorithms in RNA bioinformatics. Available current algorithms are the gamma-centroid structure estimator, McCaskill's algorithm, and Durbin's algorithm. To model RNA secondary structure scoring, the Turner 2004 model and the CONTRAfold v2.02 model are available. More descriptions of these two scoring models are here. I adopt the CONTRAlign v2.01 model to model RNA sequence alignment scoring. The gamma-centroid structure estimator of this repository is compared to that of CentroidFold regarding secondary structure prediction accuracy:

Gamma-centroid estimator performance of different models and different implementations

Author

Heartsh

License

Copyright (c) 2018 Heartsh
Licensed under the MIT license.

Commit count: 102

cargo fmt