elynx-seq-0.0.1: Handle molecular sequences

Copyright(c) Dominik Schrempf 2019
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Data.MarkovProcess.Nucleotide

Description

Creation date: Thu Jan 24 08:33:26 2019.

XXX: Maybe rename to something like DNA substitution models. Nucleotide ~ Alphabet; DNA ~ Character.

The order of nucleotides is A, C, G, T; see Nucleotide.

Synopsis

Documentation

jc :: SubstitutionModel Source #

JC substitution model.

hky :: Double -> StationaryDistribution -> SubstitutionModel Source #

HKY substitution model.