Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Creation date: Fri Feb 1 13:32:16 2019.
Synopsis
- getPhyloModel :: Maybe String -> Maybe String -> Maybe [Weight] -> Maybe [EDMComponent] -> Either String PhyloModel
Documentation
getPhyloModel :: Maybe String -> Maybe String -> Maybe [Weight] -> Maybe [EDMComponent] -> Either String PhyloModel Source #
Parse the phylogenetic model string. The argument list is somewhat long, but models can have many parameters and we have to check for redundant parameters.
getPhyloModel maybeSubstitutionModelString maybeMixtureModelString maybeEDMComponents