Expand description
RNA secondary-structure folding algorithms.
Currently this module provides the Nussinov (1978) maximum-base-pairing dynamic program, which finds a pseudoknot-free secondary structure that maximises the number of complementary base pairs.
Re-exports§
pub use nussinov::NussinovConfig;pub use nussinov::NussinovResult;pub use nussinov::can_pair;pub use nussinov::nussinov_fold;
Modules§
- nussinov
- Nussinov (1978) RNA secondary-structure folding.