-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
98 lines (97 loc) · 1.82 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(LP)
export(SLIDE)
export(SLIDEcv)
export(adjustSign)
export(benchCV)
export(benchCV2)
export(calARates)
export(calFittedSigma)
export(calcControlPerformance)
export(calcDefaultFsize)
export(calcZMatrix)
export(checkDataParams)
export(checkElement)
export(clustMem)
export(compASV)
export(corrToP)
export(correctIt)
export(cvDelta)
export(cvLambda)
export(dantzig)
export(essregCV)
export(estAI)
export(estAJDant)
export(estBeta)
export(estC)
export(estOmega)
export(estSigmaAlt)
export(estSigmaTJ)
export(findFeats)
export(findFrequent)
export(findOptIter)
export(findPureNode)
export(findRowMax)
export(findRowMaxInd)
export(findSignPureNode)
export(getFolds)
export(getLatentFactors)
export(getOptPerm)
export(getTopBetas)
export(getTopFeatures)
export(getUpsilon)
export(indName)
export(interUnion)
export(interactionSLIDE)
export(makeHeatmap)
export(marginalSLIDE)
export(merge)
export(mergeUnion)
export(offSum)
export(optimizeSLIDE)
export(pairwiseInteractions)
export(paperBench)
export(parseRun)
export(permA)
export(pipelineER1)
export(pipelineER2)
export(pipelineER3)
export(plotCorrelationNetworks)
export(plotSigGenes)
export(plotViol)
export(predError)
export(predZ)
export(prediction)
export(pureRowInd)
export(readER)
export(recoverAI)
export(recoverGroup)
export(runLASSO)
export(runPCLR)
export(runPCR)
export(runPHATE)
export(runPLSDA)
export(runPLSR)
export(runSLIDE)
export(runSLIDEBeta)
export(runSims)
export(sampleCV)
export(secondKO)
export(selectFrequent)
export(selectLongest)
export(selectShortFreq)
export(sigBetas)
export(sigZ)
export(signPerm)
export(singleton)
export(solveRow)
export(splitSecond)
export(standCV)
export(testPure)
export(testUpsilon)
export(threshA)
export(threshSigma)
export(toCont)
export(zeroFiltering)
importFrom(foreach,'%dopar%')
importFrom(magrittr,'%>%')