-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (33 loc) · 800 Bytes
/
NAMESPACE
File metadata and controls
36 lines (33 loc) · 800 Bytes
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
useDynLib("switchBox", .registration=TRUE)
export(SWAP.CalculateSignedScore,
SWAP.KTSP.Train,
SWAP.KTSP.Statistics,
SWAP.KTSP.Classify,
SWAP.Filter.Wilcoxon,
KTSP.Train,
KTSP.Classify,
SWAP.GetKTSP.PredictionStats,
SWAP.GetKTSP.Result,
SWAP.GetKTSP.TrainTestResults,
SWAP.PlotKTSP.TrainTestROC,
SWAP.PlotKTSP.Genes,
SWAP.PlotKTSP.GenePairScatter,
SWAP.PlotKTSP.Votes,
SWAP.PlotKTSP.GenePairBoxplot,
SWAP.PlotKTSP.GenePairClassesBoxplot,
SWAP.Train.KTSP,
SWAP.Train.1TSP,
SWAP.CalculateScores,
SWAP.Kby.Measurement,
SWAP.Kby.Ttest,
SWAP.MakeTSPTable,
SWAP.ScoreMatrixToVector,
SWAP.ScoreVectorToMatrix,
SWAP.MakeTrainTestData,
SWAP.Calculate.SignedTSPScores,
SWAP.Calculate.BasicTSPScores,
SWAP.KTSP.CV,
SWAP.KTSP.LOO,
SWAP.GetKFoldIndices)
import(pROC)
import(gplots)