fold

package
v0.0.0-...-45295e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package fold contains DNA and RNA folding algorithms.

We have two supported algorithms: The dynamic Zuker algorithm, and LinearFold.

These packages work, but LinearFold needs a massive cleanup effort.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SequenceFolder

type SequenceFolder interface {
	Fold(sequence string, temp float64) (dotBracket string, score float64, err error)
}

Directories

Path Synopsis
mfe
secondary_structure
Package secondary_structure provides the structs needed to contain information about a RNA's secondary structure
Package secondary_structure provides the structs needed to contain information about a RNA's secondary structure
Package zuker is a package for folding DNA and RNA sequences into secondary structures with the zuker algorithm.
Package zuker is a package for folding DNA and RNA sequences into secondary structures with the zuker algorithm.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL