-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
109 lines (108 loc) · 2.99 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calc_n_taxas)
export(check_mbd_params)
export(check_mbd_paramses)
export(check_misc_params)
export(check_params_mbd)
export(check_params_misc)
export(check_project_folder_name)
export(check_razzo_experiments)
export(check_razzo_params)
export(check_razzo_params_filenames)
export(check_razzo_params_names)
export(check_traces_in_df)
export(clean_path)
export(clean_paths)
export(collect_all_data)
export(collect_esses)
export(collect_evidences)
export(collect_marg_liks)
export(collect_mbd_params)
export(collect_n_mb_species)
export(collect_n_mutations)
export(collect_n_taxa)
export(collect_nltt_stats)
export(collect_run_times)
export(create_all_data_file)
export(create_esses_file)
export(create_fig_1)
export(create_fig_1_file)
export(create_file_all_data)
export(create_file_esses)
export(create_file_fig_1)
export(create_file_marg_liks)
export(create_file_mbd_params)
export(create_file_n_mutations)
export(create_file_n_taxa)
export(create_file_nltt_stats)
export(create_file_run_times)
export(create_marg_liks_file)
export(create_mbd_params)
export(create_mbd_params_file)
export(create_mbd_params_table)
export(create_mbd_paramses)
export(create_misc_params)
export(create_n_mb_species_file)
export(create_n_mutations_file)
export(create_n_taxa_file)
export(create_nltt_stats_file)
export(create_parameters_files)
export(create_params_mbd)
export(create_params_razzo)
export(create_razzo_alignment_params)
export(create_razzo_beast2_options)
export(create_razzo_cand_experiments)
export(create_razzo_experiments)
export(create_razzo_gen_experiment)
export(create_razzo_mrca_prior)
export(create_razzo_ns_mcmc)
export(create_razzo_params)
export(create_razzo_paramses)
export(create_razzo_pir_params)
export(create_razzo_twinning_params)
export(create_run_times_file)
export(create_test_mbd_params)
export(create_test_mbd_paramses)
export(create_test_razzo_experiments)
export(create_test_razzo_params)
export(create_test_razzo_paramses)
export(create_test_razzo_pir_params)
export(get_alignment_filename)
export(get_best_model)
export(get_data_paths)
export(get_errors_filename)
export(get_evidence_filename)
export(get_gen_models)
export(get_generative_model)
export(get_input_filename)
export(get_output_log_filename)
export(get_output_state_filename)
export(get_output_trees_filenames)
export(get_razzo_crown_age)
export(get_razzo_dna_alignment_length)
export(get_razzo_lambdas)
export(get_razzo_mcmc)
export(get_razzo_mcmc_chain_length)
export(get_razzo_mcmc_store_every)
export(get_razzo_mus)
export(get_razzo_mutation_rate)
export(get_razzo_n_replicates)
export(get_razzo_nus)
export(get_razzo_qs)
export(get_results_path)
export(get_seed_folder_name)
export(get_tracelog_filename)
export(get_tree_filename)
export(get_treelog_filename)
export(open_parameters_file)
export(remove_cbs_exps)
export(run_razzo)
export(run_razzo_from_file)
export(save_razzo_paramses)
export(update_razzo)
import(beastier)
import(beautier)
import(peregrine)
import(pirouette)
importFrom(magrittr,"%>%")