elynx-seq-0.1.0: Handle molecular sequences

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

ELynx.Import.MarkovProcess.SiteprofilesPhylobayes

Description

Creation date: Tue Jan 29 12:12:55 2019.

For now I just try to go with a huge empirical distribution mixture model. Let's see if performance is good enough.

Synopsis

Documentation

type EDMComponent = (Weight, Vector Double) Source #

An empirical mixture model component has a weight and a stationary distribution.

siteprofiles :: Parser [EDMComponent] Source #

Parse stationary distributions from Phylobayes format.