-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (29 loc) · 780 Bytes
/
NAMESPACE
File metadata and controls
31 lines (29 loc) · 780 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
import(grid)
import(gridExtra)
import(gtable)
import(BoutrosLab.plotting.general)
importFrom("graphics", "par", "strheight", "strwidth")
importFrom("grDevices", "dev.list", "rainbow")
importFrom("utils", "read.table", "vi", "head", "tail")
importFrom("stats", "median", "setNames", "aggregate", "reshape", "rnorm", "runif")
importFrom(
"grDevices",
"col2rgb",
"rgb",
"dev.off",
"pdf",
"png",
"svg",
"tiff",
"colorRampPalette"
)
export(SRCGrob)
export(create.phylogenetic.tree)
export(create.ccf.heatmap)
export(create.cluster.heatmap)
export(create.ccf.summary.heatmap)
export(create.clone.genome.distribution.plot)
export(create.ccf.densityplot)
export(data.frame.to.array)
export(update.descendant.property)
export(get.colours.in.order)