From e0a5a7e5880034b46ac988fa27a9eca1102ff865 Mon Sep 17 00:00:00 2001 From: vatana7 <61142258+vatana7@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:58:33 +0700 Subject: [PATCH] treetime: add page (#9162) --- pages/linux/treetime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/treetime.md diff --git a/pages/linux/treetime.md b/pages/linux/treetime.md new file mode 100644 index 000000000..5e699086e --- /dev/null +++ b/pages/linux/treetime.md @@ -0,0 +1,20 @@ +# treetime + +> TreeTime provides routines for ancestral sequence reconstruction and inference of molecular-clock phylogenies. +> More information: . + +- Infer ancestral sequences maximizing the joint or marginal likelihood: + +`treetime ancestral` + +- Analyze patterns of recurrent mutations aka homoplasies: + +`treetime homoplasy` + +- Estimate molecular clock parameters and reroot the tree: + +`treetime clock` + +- Map discrete character such as host or country to the tree: + +`treetime mugration`