-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
70 lines (65 loc) · 1.79 KB
/
Copy path_pkgdown.yml
File metadata and controls
70 lines (65 loc) · 1.79 KB
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
url: https://www.sprockettlab.com/codiv/
template:
bootstrap: 5
bootswatch: morph
home:
title: codiv - Host-Microbe Codiversification Analysis
description: >
Perform codiversification scans between phylogenetic trees of hosts and
their microbial symbionts using statistical methods including Hommola, PACo,
and ParaFit.
navbar:
structure:
left: [intro, reference, articles]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: "Getting Started"
href: articles/codiv.html
- text: "-------"
- text: "Simulation & validation"
href: articles/simulation-and-validation.html
- text: "Secondary analyses"
href: articles/secondary-analyses.html
reference:
- title: "Main Functions"
desc: "Core codiversification analysis"
contents:
- codiv
- check_inputs
- codiv_null_scans
- host_codiv_summary
- title: "Working with Results"
desc: "Methods for the codiv result object"
contents:
- print.codiv
- summary.codiv
- as.data.frame.codiv
- filter_results
- title: "Codiversification Methods"
desc: "Statistical methods used at each node"
contents:
- hommola
- hommola_wf
- paco_wf
- topology_wf
- title: "Helper Functions"
desc: "Tree and data manipulation utilities"
contents:
- collapse_monophyletic
- host_symbiont_links
- title: "Secondary Analyses"
desc: "Robustness, interpretation, and visualization"
contents:
- loo_host_analysis
- sensitivity_analysis
- molecular_clock
- plot_codiv_trees
- title: "Simulation"
desc: "Generate host/symbiont data with known co-diversification"
contents:
- simulate_codiv_data
development:
mode: auto