elynx-markov-0.3.3: Simulate molecular sequences along trees

Copyright(c) Dominik Schrempf 2020
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Data.MarkovProcess.GammaRateHeterogeneity

Description

Creation date: Thu Feb 28 14:09:11 2019.

At the moment, a mixture model is used to emulate gamma rate heterogeneity. This does not come with huge run time increases when simulating data. For inference however, it would make a lot of sense to reuse the Eigendecomposition for all rate heterogeneity components though.

Synopsis

Documentation

summarizeGammaRateHeterogeneity :: Int -> Double -> [ByteString] Source #

Short summary of gamma rate heterogeneity parameters.

expand :: Int -> Double -> PhyloModel -> PhyloModel Source #

For a given number of rate categories, a gamma shape parameter alpha and a substitution model, compute the scaled substitution models corresponding to the gamma rates.