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
|