| Copyright | (c) Dominik Schrempf 2020 |
|---|---|
| License | GPL-3.0-or-later |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
ELynx.Data.MarkovProcess.PhyloModel
Description
Creation date: Fri Feb 1 12:43:06 2019.
A phylogenetic model is a complete description of the evolutionary process. At the moment, it is either a mixture model or a plain substitution model, but more complicated models may be added in the future.
To be imported qualified.
Synopsis
Documentation
data PhyloModel Source #
A phylogenetic model is a mixture model or a substitution model. More complicated models may be added.
Constructors
| MixtureModel MixtureModel | |
| SubstitutionModel SubstitutionModel |
Instances
| Read PhyloModel Source # | |
Defined in ELynx.Data.MarkovProcess.PhyloModel Methods readsPrec :: Int -> ReadS PhyloModel # readList :: ReadS [PhyloModel] # readPrec :: ReadPrec PhyloModel # readListPrec :: ReadPrec [PhyloModel] # | |
| Show PhyloModel Source # | |
Defined in ELynx.Data.MarkovProcess.PhyloModel Methods showsPrec :: Int -> PhyloModel -> ShowS # show :: PhyloModel -> String # showList :: [PhyloModel] -> ShowS # | |
getAlphabet :: PhyloModel -> Alphabet Source #
Extract code from phylogenetic model.