-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
executable file
·47 lines (46 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(aldex2propr)
export(calculate_theta)
export(compute_iqlr)
export(getAdjacencyFDR)
export(getAdjacencyFstat)
export(getCutoffFDR)
export(getCutoffFstat)
export(getMatrix)
export(getRatios)
export(getResults)
export(getSignificantResultsFDR)
export(getSignificantResultsFDR.propd)
export(getSignificantResultsFDR.propr)
export(getSignificantResultsFstat)
export(index_reference)
export(logratio)
export(logratio_with_alpha)
export(logratio_without_alpha)
export(pcor.bshrink)
export(propd)
export(propr)
export(ratios)
export(results_to_matrix)
export(runGraflex)
export(runNormalization)
export(runPostHoc)
export(search_tree)
export(selectRatios)
export(selectReference)
export(setActive)
export(setDisjointed)
export(setEmergent)
export(simple_zero_replacement)
export(updateCutoffs)
export(updateCutoffs.propd)
export(updateCutoffs.propr)
export(updateF)
export(updatePermutes)
exportClasses(propd)
exportClasses(propr)
exportMethods(show)
importFrom(Rcpp,sourceCpp)
importFrom(methods,new)
importFrom(methods,show)
useDynLib(propr, .registration = TRUE)