-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 925 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
32
33
# Generated by roxygen2: do not edit by hand
export(cloudStatistic)
export(combinedShannonJSD)
export(distanceToReferencePlane)
export(dysbiosisMedianCLV)
export(dysbiosisOBB)
export(dysbiosisOverview)
export(euclideanDistCentroids)
export(plotDysbiosis)
export(plotDysbiosisGradient)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,colorRampPalette)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(microbiome,abundances)
importFrom(microbiome,diversity)
importFrom(microbiome,meta)
importFrom(pROC,ci)
importFrom(pROC,roc)
importFrom(phyloseq,distance)
importFrom(phyloseq,ordinate)
importFrom(phyloseq,sample_names)
importFrom(randomForest,randomForest)
importFrom(randomForest,tuneRF)
importFrom(stats,cmdscale)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(usedist,dist_to_centroids)
importFrom(utils,packageVersion)
importFrom(utils,stack)