-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·44 lines (41 loc) · 1.2 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
export(decoRDA)
export(decoNSCA)
export(decoReport)
export(AnnotateDECO)
export(plotDECOProfile)
export(plotGainingH)
export(plotHeatmapH)
export(plotAssociationH)
exportClasses(deco)
exportMethods(summary)
exportMethods(show)
exportMethods(featureTable)
exportMethods(NSCAcluster)
import(stats)
import(methods)
import(Biobase)
import(SummarizedExperiment)
import(AnnotationDbi)
import(limma)
import(locfit)
import(BiocParallel)
import(BiocStyle)
import(cluster)
import(made4)
import(ade4)
import(RColorBrewer)
import(ggplot2)
importFrom("foreign", "write.dta", "read.dta")
importFrom("gdata", "interleave")
importFrom("gridExtra", "grid.arrange")
importFrom("reshape2", "melt")
importFrom("gplots", "textplot")
importFrom("scatterplot3d","scatterplot3d")
importFrom("sfsmisc", "integrate.xy")
importFrom("grDevices", "adjustcolor", "colorRampPalette", "dev.off", "pdf", "rainbow")
importFrom("graphics", "abline", "axis", "boxplot", "hist", "image",
"layout", "legend", "lines", "mtext", "par", "pie", "plot",
"plot.new", "points", "polygon", "rect", "segments",
"stripchart", "text", "title")
importFrom("utils", "combn", "write.table",
"setTxtProgressBar", "txtProgressBar")