File: index-evo-model.rst

package info (click to toggle)
python-cogent 2024.5.7a1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 74,600 kB
  • sloc: python: 92,479; makefile: 117; sh: 16
file content (19 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Modelling sequence evolution
============================

``cogent3`` possesses unique capabilities for molecular evolutionary analyses. Of particular significance are our non-stationary model classes and the associated measurement of genetic distance from these. That said, we also implement most of the conventional substitution models. See ``cogent3.available_models()`` for a display of the built-in models.

You can use these models either through the general ``model`` app, or some task specific apps. Both are described in the following "how-tos".

.. toctree::
    :maxdepth: 1

    evo-model
    evo-model-with-tree
    evo-model-timehet
    evo-extract-model-stats
    evo-ancestral-states
    evo-dt-nuc-model
    evo-tr-nuc-model
    evo-nstat-codon-model
    evo-tr-codon-model