forked from jokergoo/ComplexHeatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (89 loc) · 2.39 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
export(column_anno_histogram)
export(anno_boxplot)
export(ColorMapping)
export(HeatmapAnnotation)
export(column_anno_boxplot)
export(row_anno_barplot)
export(Heatmap)
export(row_anno_points)
export(column_anno_text)
exportMethods(draw)
exportMethods(draw_heatmap_body)
exportMethods(color_mapping_legend)
exportMethods(prepare)
export(decorate_annotation)
exportMethods(map_to_colors)
export(decorate_hclust)
export(decorate_dimnames)
export(column_anno_points)
exportMethods(component_height)
export(row_anno_text)
exportMethods(draw_hclust)
exportClasses(SingleAnnotation)
export(SingleAnnotation)
exportClasses(AdditiveUnit)
export(AdditiveUnit)
exportMethods(annotation_legend_size)
export(AdditiveUnit)
exportMethods(draw_heatmap_list)
export(row_anno_density)
export(dist2)
export(decorate_heatmap_body)
exportMethods(draw_heatmap_legend)
exportMethods(add_heatmap)
export(anno_barplot)
export(row_anno_boxplot)
exportMethods(make_layout)
export(anno_histogram)
exportMethods(draw_dimnames)
export(plotDataFrame)
exportClasses(ColorMapping)
export(ColorMapping)
exportClasses(HeatmapAnnotation)
export(HeatmapAnnotation)
export(anno_points)
exportMethods(draw_title)
export(ht_global_opt)
export('+.AdditiveUnit')
export(column_anno_barplot)
export(densityHeatmap)
exportMethods(heatmap_legend_size)
exportClasses(HeatmapList)
export(HeatmapList)
export(column_anno_density)
exportClasses(Heatmap)
export(Heatmap)
exportMethods(draw_annotation_legend)
exportMethods(set_component_height)
export(HeatmapList)
exportMethods(draw_annotation)
exportMethods(make_column_cluster)
export(SingleAnnotation)
export(row_anno_histogram)
exportMethods(get_color_mapping_list)
exportMethods(make_row_cluster)
exportMethods(component_width)
exportMethods(get_color_mapping_param_list)
export(grid.dendrogram)
export(decorate_title)
export(rowAnnotation)
export(columnAnnotation)
export(anno_text)
export(anno_density)
import(grid)
importFrom("methods", setClass)
importFrom("methods", setMethod)
importFrom("methods", setGeneric)
importFrom("circlize", colorRamp2)
importFrom("circlize", rand_color)
importFrom("GetoptLong", qq)
importFrom("GetoptLong", qqcat)
importFrom("GetoptLong", qq.options)
importFrom("colorspace", rainbow_hcl)
importFrom("colorspace", diverge_hcl)
importFrom("RColorBrewer", brewer.pal)
importFrom("dendextend", get_branches_heights)
import(graphics)
import(stats)
import(grDevices)
importFrom("GlobalOptions", setGlobalOptions)