-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(anpan)
export(anpan_batch)
export(anpan_pglmm)
export(anpan_pglmm_batch)
export(anpan_pwy_ranef)
export(anpan_pwy_ranef_batch)
export(anpan_repeated_measures)
export(anpan_subjectwise_pglmm)
export(anpan_vignette)
export(compute_clade_effects)
export(filter_batch)
export(filter_gf)
export(get_cor_mat)
export(get_genome_intersect_counts)
export(olap_tree_and_meta)
export(plot_cor_mat)
export(plot_elpd_diff)
export(plot_genome_intersection_histograms)
export(plot_genome_intersections)
export(plot_half_cor_mat)
export(plot_lines)
export(plot_outcome_tree)
export(plot_p_value_histogram)
export(plot_pwy_ranef)
export(plot_pwy_ranef_intervals)
export(plot_results)
export(plot_tree_with_post)
export(plot_tree_with_post_pred)
export(read_and_filter)
export(read_bug)
import(data.table, except = c(first, last, between, transpose))
import(dplyr)
import(ggplot2)
import(patchwork)
import(purrr)
importFrom(future,plan)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,effects)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,vignette)