-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
66 lines (65 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(Wilson.interval)
export(caretRFRepeatedCV)
export(check.strata)
export(create.names)
export(doAssociationAnalysis)
export(doBlockedWilcoxTest)
export(doKruskalWallisTest)
export(doWilcoxTest)
export(illustrate.ONE.association)
export(illustrate.ONE.association.BY.STRATUM)
export(prepSampleData)
export(prepTaxaAbundanceData)
export(show.missing.by.variable)
export(taxaPV)
export(test.ONE.association)
export(test.ONE.association.0)
import(caret)
import(graphics)
importFrom(coin,approximate)
importFrom(coin,cmh_test)
importFrom(coin,independence_test)
importFrom(coin,kruskal_test)
importFrom(coin,pvalue)
importFrom(coin,spearman_test)
importFrom(coin,statistic)
importFrom(coin,wilcox_test)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,"%>%")
importFrom(microbiome,abundances)
importFrom(microbiome,core_members)
importFrom(microbiome,meta)
importFrom(phyloseq,nsamples)
importFrom(phyloseq,prune_samples)
importFrom(phyloseq,sample_data)
importFrom(phyloseq,sample_names)
importFrom(readr,write_tsv)
importFrom(reshape2,melt)
importFrom(rstatix,add_significance)
importFrom(rstatix,adjust_pvalue)
importFrom(rstatix,kruskal_effsize)
importFrom(rstatix,kruskal_test)
importFrom(rstatix,wilcox_test)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)
importFrom(utils,combn)