forked from jokergoo/InteractiveComplexHeatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·36 lines (34 loc) · 1.05 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
export("HeatmapInfoOutput")
export("InteractiveComplexHeatmapModal")
export("InteractiveComplexHeatmapOutput")
export("InteractiveComplexHeatmapWidget")
export("all_column_indices")
export("all_row_indices")
export("htPositionsOnDevice")
export("htShiny")
export("htShinyExample")
export("ht_shiny")
export("mainHeatmapOutput")
export("makeInteractiveComplexHeatmap")
export("selectArea")
export("selectPosition")
export("subHeatmapOutput")
import(ComplexHeatmap)
import(GetoptLong)
import(IRanges)
import(S4Vectors)
import(clisymbols)
import(digest)
import(grid)
import(shiny)
import(svglite)
importFrom("grDevices", "dev.copy", "dev.interactive", "dev.new", "dev.off", "dev.size", "png")
importFrom("grDevices", "dev.list")
importFrom("grDevices", "pdf")
importFrom("htmltools", "htmlDependency")
importFrom("jsonlite", "fromJSON", "toJSON")
importFrom("kableExtra", "scroll_box", "kable_styling", "kbl", "column_spec", "row_spec")
importFrom("stats", "rnorm")
importFrom("utils", "install.packages")
importFrom("utils", "write.csv")
importFrom("utils", "write.table")