-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.32 KB
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export(construct_network)
export(plot_network)
export(plot_subgraph)
export(rarefy)
export(run.batches)
import(igraph)
import(magrittr)
import(phyloseq)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(grDevices,adjustcolor)
importFrom(graphics,legend)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,edge_attr)
importFrom(igraph,ends)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout.fruchterman.reingold.grid)
importFrom(igraph,set_vertex_attr)
importFrom(igraph,vertex.attributes)
importFrom(microViz,ps_filter)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,unite)