| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
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
- type Parser = Parsec Void ByteString
- type EDMComponent = (Weight, Vector Double)
- siteprofiles :: Parser [EDMComponent]
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.