Crates.io | rna-algos |
lib.rs | rna-algos |
version | 0.1.37 |
source | src |
created_at | 2018-01-23 19:27:30.604234 |
updated_at | 2023-02-24 14:54:28.939073 |
description | Library of RNA Bioinformatics Algorithms |
homepage | |
repository | https://github.com/heartsh/rna-algos |
max_upload_size | |
id | 48080 |
size | 21,595,245 |
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:
![]() |
---|
Copyright (c) 2018 Heartsh
Licensed under the MIT license.