-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(boot_cclasso)
export(cclasso)
export(cclasso_sub)
export(comp_by_deleting_random_knowns_t_v3)
export(create_abund_heatmap)
export(cv_loss_cclasso)
export(degree_calc_f)
export(filterTaxonMatrix)
export(get_back_counts_for_line_plotf)
export(get_back_res_meeting_min_occ)
export(get_bar_and_dens_class_interactions)
export(get_cclasso_info)
export(get_degree_df_wo_unk)
export(get_graph_wo_unk)
export(get_hub_plots_all_ranks)
export(get_net_plots_all_ranks)
export(get_pearson_info)
export(get_sparcc_info)
export(heatmap.3)
export(make_mdt)
export(make_prev_df)
export(met_wo_unk)
export(orig_phylo_w_MDM_names)
export(plotnet_comp_v2)
export(vis_comp_net_checks)
export(vis_comp_net_meas_boxplots2)
import(RColorBrewer)
import(ggplot2)
import(igraph)
import(phyloseq)
importFrom(Hmisc,rcorr)
importFrom(Matrix,Matrix)
importFrom(SpiecEasi,adj2igraph)
importFrom(SpiecEasi,clr)
importFrom(SpiecEasi,sparcc)
importFrom(SpiecEasi,spiec.easi)
importFrom(dplyr,"%>%")
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,summarise)
importFrom(ggpubr,stat_compare_means)
importFrom(magrittr,"%>%")
importFrom(parallel,mclapply)
importFrom(reshape2,melt)
importFrom(stats,var)
importFrom(stringr,str_replace_all)
importFrom(viridis,viridis)