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

BioInf.RNAwolf.Stem

Contents

Synopsis

Collapses an extended stem into a normal stem, or allows going back from a

fNstem :: BaseF (EStem -> Features (Vector (ExtPairIdx, Double)))Source

A normal stem is created by taking the minimum over all possible basepairs of the extended stem.

btNstem :: Params -> Primary -> NStem -> EStem -> ExtBT -> NBTSource

Backtrack from a normal stem back into the extended stem.

Stacking with extended basepair information

fStem :: BaseF (EStem -> ExtFeatures (Vector (ExtPairIdx, Double)))Source

A stem is extended by another pair. The score contribution is dependent on the previous pair. Note that for score lookup purposes, the inner pair is switched.

btStem :: Params -> Primary -> EStem -> ExtBT -> ExtBTSource

Stem backtracking.