RNAwolf-0.4.0.0: RNA folding with non-canonical basepairs and base-triplets.

BioInf.Params

Contents

Description

RNA-folding parameter space.

TODO find better names for types, functions, and minima/maxima.

Synopsis

Documentation

data Params Source

A (very) rich set of paramters.

TODO 1xn interior loops should be tested (how often do they occur?)

TODO external loop

Instances

types

type PaLength = PrimArray Int DoubleSource

An array which encodes length information

type PaDistance = PrimArray Int DoubleSource

This is an experimental annotation for long-distance interactions

type PaExtPair = PrimArray ExtPair DoubleSource

An array holding information for one extended pair.

type Pa2ExtPairs = PrimArray (ExtPair, ExtPair) DoubleSource

An array holding information for two extended pairs, e.g. stems.

type PaExtPairNN = PrimArray (ExtPair, Nuc, Nuc) DoubleSource

An array holding information for one extended pair and two unpaired nucleotides, closes a loop.