-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.57 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.57 KB
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
# Generated by roxygen2: do not edit by hand
export(apply_gpTest)
export(bbgp_snpData)
export(bitseq_fitGPs)
export(bitseq_plotGP)
export(bitseq_rnaSeqData)
export(bitseq_setPlot)
export(constructModel)
export(constructTwoSampleModel)
export(createDatabase)
export(fixedvarianceKernCompute)
export(fixedvarianceKernDiagCompute)
export(fixedvarianceKernExpandParam)
export(fixedvarianceKernExtractParam)
export(fixedvarianceKernGradient)
export(fixedvarianceKernParamInit)
export(getColorVector)
export(getModelKernParams)
export(getYlimits)
export(get_bbgpMeanStd)
export(plotGP)
export(plotTwoSampleGP)
export(selprojKernCompute)
export(selprojKernDiagCompute)
export(selprojKernDisplay)
export(selprojKernExpandParam)
export(selprojKernExtractParam)
export(selprojKernGradient)
export(selprojKernParamInit)
export(selprojXselprojKernCompute)
export(selprojXselprojKernGradient)
export(setInitParams)
import(RColorBrewer)
import(gptk)
import(matrixStats)
import(tigreBrowserWriter)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,frame)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)