-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
89 lines (85 loc) · 1.39 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
import(methods, coda, foreach, parallel, stats, graphics, utils)
useDynLib(cubfits)
# exportPattern("^[[:alpha:]]+")
export(
# Main
"cubfits",
"cubpred",
"cubappr",
# Utility
"init.function",
"fitMultinom",
"estimatePhi",
# Ploting
"plotprxy",
"plotbin",
"plotmodel",
"plotaddmodel",
"prop.bin.roc",
"prop.model.roc",
# NSE Plotting
"plotCUB.NSE",
"prop.model.nse",
"plotbin.NSE",
# SCUO
"calc_scuo_values",
"scuo.random",
# CAI
"calc_cai_values",
# SCU
"calc_scu_values",
# Simulation
"simu.orf",
"simu.phi.Obs",
"simu.mixnormerr",
# Data structure
"codon.low2up",
"codon.up2low",
"dna.low2up",
"dna.up2low",
"get.expath",
"gen.n",
"gen.reu13.df",
"gen.scuo",
"gen.phi.Obs",
"gen.y",
"gen.reu13.list",
"read.seq",
"write.seq",
"read.phi.df",
"write.phi.df",
# ASL
"dasl",
"dasla",
"pasl",
"pasla",
"qasl",
"qasla",
"rasl",
"rasla",
"asl.optim",
# Workflow
"get.workflow",
"cp.workflow",
# MLE for mixnorm.
"mixnormerr.optim",
"dmixnormerr",
# Cedric
"plotCUB",
"plotTraces",
"plotBMatrixPosterior",
"plotExpectedPhiTrace",
"plotPTraces",
# "appendCUBresults",
"readGenome",
"cubmultichain",
"cubsinglechain",
"normalizeDataSet"
#"isConverged"
)
# Converting
exportPattern("^convert.[[:alpha:]]+")
# Reordering
exportPattern("^rearrange.[[:alpha:]]+")
# S3 method
S3method("print", "mixnormerr")