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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
**************************************
Evolutionary analysis using likelihood
**************************************
Specifying substitution models
==============================
Canned models
-------------
*To be written.*
MotifChange and predicates
--------------------------
*To be written.*
Rate heterogeneity models
-------------------------
*To be written.*
Specifying likelihood functions
===============================
Scoping parameters on trees
---------------------------
*To be written.*
Specifying parameter values
---------------------------
*To be written.*
.. constant, bounds, initial
Specifying rate heterogeneity functions
---------------------------------------
*To be written.*
Specifying Phylo-HMMs
---------------------
*To be written.*
Fitting likelihood functions
============================
Choice of optimisers
--------------------
*To be written.*
Checkpointing runs
------------------
*To be written.*
How to check your optimisation was successful.
----------------------------------------------
*To be written.*
.. Try again, use global optimisation, check maximum numbers of calculations not exceeded.
Getting statistics out of likelihood functions
==============================================
*To be written.*
.. the annotated tree, the tables, getParamValue
Testing hypotheses
==================
*To be written.*
.. LRTs, assuming chisq, bootstrapping, randomisation
Determining confidence intervals on MLEs
========================================
*To be written.*
Saving results
==============
*To be written.*
Visualising statistics on trees
===============================
*To be written.*
Reconstructing ancestral sequences
==================================
*To be written.*
.. most likely ancestors, the complete posterior probabilities
Tips for improved performance
=============================
*To be written.*
Sequentially build the fitting
------------------------------
*To be written.*
.. start with null, then modify lf to alternate. Don't forget to record the values you need.
.. how to specify the alt so it is the null for rate heterogeneity models
Sampling
--------
*To be written.*
.. using a subset of data
|