-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
31 lines (30 loc) · 883 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(compareGOspecies)
export(evaluateCAT_species)
export(evaluateGO_species)
export(graphGOspecies)
export(graph_two_GOspecies)
export(mostFrequentGOs)
import(mathjaxr)
importFrom(ape,pcoa)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,chull)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,write.graph)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapplyLB)
importFrom(parallel,stopCluster)
importFrom(stats,aggregate)
importFrom(stats,chisq.test)
importFrom(stats,p.adjust)
importFrom(stats,prop.test)
importFrom(stringr,str_count)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(vegan,vegdist)