rna-ss-params

Crates.iorna-ss-params
lib.rsrna-ss-params
version0.1.24
sourcesrc
created_at2018-01-05 15:01:40.656575
updated_at2023-02-24 13:29:02.017633
descriptionLibrary of RNA secondary structure parameters
homepage
repositoryhttps://github.com/heartsh/rna-ss-params
max_upload_size
id45626
size18,170,481
Heartsh (heartsh)

documentation

README

Library of RNA Secondary Structure Parameters

This library provides tuned computational parameters for RNA secondary structures. Available current parameters are from the Turner 2004 model or the CONTRAfold v2.02 model. The Turner 2004 model provides experimentally estimated structure parameters. (They are based on nearest-neighbor thermodynamics.) In contrast, the CONTRAfold v2.02 model provides secondary structure parameters computationally optimized by maximizing the log-likelihood of training secondary structures. My implementation of the CONTRAfold v2.02 model is just the copy of the CONTRAfold source code, pre-trained by CONTRAfold developers a decade ago. The comparison between the Turner 2004 model and the CONTRAfold v2.02 model is as below:

Model Turner CONTRAfold
Model simpleness Complex Simple
Parameter optimization Wet & dry Dry only
Are RNA loop structures captured? Yes Yes
Are noncanonical base-pairings allowed? No Yes (but they are disabled in this repository)

Author

Heartsh

License

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

Commit count: 71

cargo fmt