BiobaseTurner-0.1.0.0: Import Turner RNA parameters

Biobase.Turner

Description

The Turner2004 data structure reflects the RNA (and DNA) energy parameters known as the Turner 2004 data set.

In general, have a look here: http://rna.urmc.rochester.edu/NNDB/turner04/index.html where parameters are explained.

Synopsis

Documentation

data Turner2004 Source

The parameters. Turner parameters are set by the Import module for nucleotides n,a,c,g,u. All values that are not read (or are .) will end up with a value > 100K.

1
Yes, such instances are easily created, but I don't want to pull in another library and I don't want to create an Ix instance here.

TODO use Energy instead of Double

type PNN = (Pair, Nuc, Nuc)Source

type PN = (Pair, Nuc)Source