File: gtr.rst

package info (click to toggle)
python-treetime 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,316 kB
  • sloc: python: 8,437; sh: 124; makefile: 49
file content (45 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
***********************
GTR class documentation
***********************


.. autoclass::  treetime.GTR
    :members: __init__

.. automethod:: treetime.GTR.standard

.. automethod:: treetime.GTR.custom

.. automethod:: treetime.GTR.random

.. automethod:: treetime.GTR.infer

.. automethod:: treetime.GTR.assign_rates

.. Note::
    GTR object can be modified in-place by calling :py:func:`treetime.GTR.assign_rates`


Sequence manipulation
---------------------

.. automethod:: treetime.GTR.state_pair

Distance and probability computations
-------------------------------------

.. automethod:: treetime.GTR.optimal_t

.. automethod:: treetime.GTR.optimal_t_compressed

.. automethod:: treetime.GTR.prob_t

.. automethod:: treetime.GTR.prob_t_compressed

.. automethod:: treetime.GTR.prob_t_profiles

.. automethod:: treetime.GTR.propagate_profile

.. automethod:: treetime.GTR.sequence_logLH

.. automethod:: treetime.GTR.expQt