Biobase-0.1.0.0: Base library for bioinformatics

Biobase.Types.Convert

Description

Provides a converting function between different types. Most useful conversions are instanced here.

Synopsis

Documentation

class Convert a b c whereSource

How to convert between different values.

Methods

convert :: a -> b -> cSource

newtype Kelvin Source

From (Gibbs free) energy to partition function values.

TODO temperature is running around here: move to some library later on

Constructors

Kelvin 

Fields

unKelvin :: Double