-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
export(asvDist)
export(asvNet)
export(b_da)
export(blastASVs)
export(cal)
export(da)
export(demultiplex)
export(dispFilter)
export(edgeFilter)
export(mergeASVs)
export(net.plot)
export(netClust)
export(netThresh)
export(netcomi2scb)
export(nodeFilter)
export(pcadf)
export(pullNode)
export(qc)
export(rankSamples)
export(taxaAg)
export(taxaSums)
export(thresh)
export(threshPlot)
export(threshUpset)
export(umapdf)
import(chngpt)
import(data.table)
import(ggplot2)
import(parallel)
import(patchwork)
import(stats)
import(uwot)
import(viridis)
importFrom(ComplexUpset,upset)
importFrom(FactoMineR,PCA)
importFrom(Hmisc,rcorr)
importFrom(MASS,glm.nb)
importFrom(compositions,clr)
importFrom(dbscan,dbscan)
importFrom(igraph,E)
importFrom(igraph,as_data_frame)
importFrom(igraph,authority_score)
importFrom(igraph,betweenness)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,eigen_centrality)
importFrom(igraph,get.data.frame)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,harmonic_centrality)
importFrom(igraph,layout.auto)
importFrom(igraph,layout_nicely)
importFrom(igraph,page_rank)
importFrom(igraph,strength)
importFrom(methods,is)
importFrom(parallel,mclapply)
importFrom(plotly,add_markers)
importFrom(plotly,add_segments)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,subplot)
importFrom(plyr,rbind.fill)
importFrom(pscl,zeroinfl)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(uwot,umap)
importFrom(vegan,vegdist)
importFrom(viridis,scale_fill_viridis)