-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.46 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
90
91
92
93
# Generated by roxygen2: do not edit by hand
S3method("+",InputHeatmap)
export(add_bar)
export(add_line)
export(add_point)
export(add_tile)
export(annotation_bar)
export(annotation_line)
export(annotation_numeric)
export(annotation_point)
export(annotation_tile)
export(as_ComplexHeatmap)
export(heatmap)
export(layer_arrow_down)
export(layer_arrow_up)
export(layer_asterisk)
export(layer_diamond)
export(layer_point)
export(layer_square)
export(layer_star)
export(layer_text)
export(save_pdf)
export(scale_robust)
export(split_columns)
export(split_rows)
export(wrap_heatmap)
exportMethods(as_ComplexHeatmap)
import(dplyr)
import(grDevices)
import(tidyr)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,add_heatmap)
importFrom(ComplexHeatmap,anno_barplot)
importFrom(ComplexHeatmap,anno_block)
importFrom(ComplexHeatmap,anno_lines)
importFrom(ComplexHeatmap,anno_numeric)
importFrom(ComplexHeatmap,anno_points)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(RColorBrewer,brewer.pal)
importFrom(circlize,colorRamp2)
importFrom(dendextend,cutree)
importFrom(grDevices,colorRampPalette)
importFrom(grid,gpar)
importFrom(grid,grid.grabExpr)
importFrom(grid,grid.points)
importFrom(grid,grid.text)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,is_present)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,equals)
importFrom(magrittr,set_rownames)
importFrom(methods,new)
importFrom(methods,show)
importFrom(patchwork,wrap_elements)
importFrom(purrr,as_mapper)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,negate)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,dots_list)
importFrom(rlang,enquo)
importFrom(rlang,is_function)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,quo_is_symbolic)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(rlang,set_names)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,pivot_wider)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,tail)
importFrom(viridis,magma)
importFrom(viridis,viridis)