-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
102 lines (101 loc) · 2.91 KB
/
_pkgdown.yml
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
navbar:
left:
- text: Tutorial
href: articles/tutorial.html
- text: New World Monkeys
href: articles/monkeys.html
- text: Reference
href: reference/index.html
reference:
- title: "PhyloEM"
desc: "Functions for the inference of shifts."
contents:
- PhyloEM
- find_grid_alpha
- estimateEM
- title: "PhyloEM Handling Functions"
desc: "Functions to handle objects of class `PhyloEM`."
contents:
- plot.PhyloEM
- params_process.PhyloEM
- imputed_traits
- imputed_traits.PhyloEM
- model_selection.PhyloEM
- residuals.PhyloEM
- enlight
- enlight.PhyloEM
- log_likelihood.PhyloEM
- find_rotation
- merge_rotations
- get_criterion
- plot_criterion
- title: "Parameters and Simulations"
desc: >
Functions to simulate various processes on the tree, and deal with their parameters.
contents:
- simul_process
- simul_process.params_process
- simul_process.PhyloEM
- params_BM
- params_OU
- params_process
- params_process.character
- plot.params_process
- extract.simul_process
- log_likelihood
- log_likelihood.params_process
- title: "Identifiability"
desc: >
Functions to deal with the non-identifiability of shifts allocations.
contents:
- equivalent_shifts
- extract.equivalent_shifts
- plot.equivalent_shifts
- title: "Parsimony and Enumeration"
desc: >
Functions to compute parsimony scores, and enumerate all equivalent solutions
to a given clustering of the tips.
contents:
- enumerate_parsimony
- extract.enumerate_parsimony
- plot.enumerate_parsimony
- partitionsNumber
- extract.partitionsNumber
- parsimonyNumber
- extract.parsimonyNumber
- parsimonyCost
- extract.parsimonyCost
- title: "Shifts vs Regimes"
desc: >
Functions to switch between representations using shifts positions, and
representations using regimes allocations.
contents:
- shifts_to_simmap
- allocate_regimes_from_shifts
- allocate_shifts_from_regimes
- check_parsimony
- clusters_from_shifts
- compute_betas_from_shifts
- compute_shifts_from_betas
- node_optimal_values
- correspondenceEdges
- enumerate_tips_under_edges
- title: "Tree Matrices"
desc: "Functions for computing several matrices associated with a tree."
contents:
- compute_dist_phy
- compute_times_ca
- incidence.matrix
- incidence.matrix.full
- shifts.list_to_matrix
- shifts.matrix_to_list
- title: "OU Helper Functions"
desc: "Miscellaneous functions to deal with the OU process"
contents:
- compute_stationary_variance
- transform_branch_length
- extract
- title: "Dataset"
desc: "New World Monkeys dataset"
contents:
- monkeys