-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·146 lines (145 loc) · 4.12 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Generated by roxygen2: do not edit by hand
S3method(plot,profile_likelihood)
S3method(plot,topolow_amcs_diagnostics)
S3method(plot,topolow_convergence)
S3method(print,profile_likelihood)
S3method(print,topolow)
S3method(print,topolow_amcs_diagnostics)
S3method(print,topolow_convergence)
S3method(summary,topolow)
export(adaptive_MC_sampling)
export(adaptive_MC_sampling_legacy)
export(add_noise_bias)
export(aggregate_parameter_optimization_results)
export(analyze_network_structure)
export(c25)
export(c25_claud)
export(c25_old)
export(c25_older)
export(calculate_annual_distances)
export(calculate_cumulative_distances)
export(calculate_diagnostics)
export(calculate_prediction_interval)
export(calculate_procrustes_difference)
export(calculate_procrustes_significance)
export(calculate_weighted_marginals)
export(check_gaussian_convergence)
export(check_job_status)
export(clean_data)
export(coordinates_to_matrix)
export(create_and_optimize_RACMACS_map)
export(create_cv_folds)
export(create_diagnostic_plots)
export(create_slurm_script)
export(dist_to_titer_table)
export(error_calculator_comparison)
export(find_mode)
export(generate_complex_data)
export(generate_synthetic_datasets)
export(generate_unique_string)
export(ggsave)
export(increase_na_percentage)
export(log_transform_parameters)
export(long_to_matrix)
export(make_interactive)
export(new_aesthetic_config)
export(new_dim_reduction_config)
export(new_layout_config)
export(only_virus_vs_as)
export(plot_3d_mapping)
export(plot_annual_distances)
export(plot_cluster_mapping)
export(plot_combined)
export(plot_convergence_analysis)
export(plot_cumulative_distances)
export(plot_distance_heatmap)
export(plot_network_structure)
export(plot_profile_likelihood)
export(plot_temporal_mapping)
export(prepare_heatmap_data)
export(process_antigenic_data)
export(process_antigenic_data_notransform)
export(profile_likelihood)
export(prune_distance_network)
export(prune_distance_network_temporal)
export(prune_distance_network_topn)
export(run_adaptive_sampling)
export(run_parameter_optimization)
export(save_plot)
export(scatterplot_fitted_vs_true)
export(submit_job)
export(symmetric_to_nonsymmetric_matrix)
export(topolow_Smith_obj)
export(topolow_full)
export(unweighted_kde)
export(weighted_kde)
import(ggplot2)
importFrom(MASS,mvrnorm)
importFrom(Racmacs,acmap)
importFrom(Racmacs,keepBestOptimization)
importFrom(Racmacs,optimizeMap)
importFrom(coda,effectiveSize)
importFrom(coda,gelman.diag)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,setDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(gridExtra,grid.arrange)
importFrom(igraph,degree)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_with_fr)
importFrom(lhs,maximinLHS)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(reshape2,melt)
importFrom(rgl,axes3d)
importFrom(rgl,open3d)
importFrom(rgl,plot3d)
importFrom(rgl,rgl.close)
importFrom(rgl,rgl.snapshot)
importFrom(scales,comma)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,optimize)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(umap,umap)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(vegan,procrustes)
importFrom(vegan,protest)