-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export(CV)
export(Diversity)
export(Diversity_16S)
export(Diversity_gmm)
export(Diversity_rf)
export(Evenness)
export(FCS_clean)
export(FCS_pool)
export(FCS_resample)
export(PhTrans)
export(PhenoGMM)
export(PhenoMaskGMM)
export(RandomF_FCS)
export(RandomF_predict)
export(So)
export(beta_div_fcm)
export(export_csv)
export(fp_contrasts)
export(plot_beta_fcm)
export(time_discretization)
importFrom(BiocGenerics,colnames)
importFrom(BiocGenerics,unique)
importFrom(boot,boot)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(flowAI,flow_auto_qc)
importFrom(flowCore,exprs)
importFrom(flowCore,flowSet)
importFrom(flowCore,fr_append_cols)
importFrom(flowCore,fsApply)
importFrom(flowCore,keyword)
importFrom(flowCore,rbind2)
importFrom(flowCore,sampleNames)
importFrom(flowFDA,flowBasis)
importFrom(foreach,"%dopar%")
importFrom(grDevices,adjustcolor)
importFrom(magrittr,"%>%")
importFrom(mclust,Mclust)
importFrom(mclust,predict.Mclust)
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(phyloseq,otu_table)
importFrom(phyloseq,rarefy_even_depth)
importFrom(stats,cmdscale)
importFrom(stats,sd)
importFrom(utils,write.csv)
importFrom(utils,write.socket)
importFrom(vegan,metaMDS)
importFrom(vegan,vegdist)