-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.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
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
# Generated by roxygen2: do not edit by hand
S3method(knit_print,Iheatmap)
export("%>%")
export(add_annotation)
export(add_axis)
export(add_colorbar)
export(add_plot)
export(add_shape)
export(iheatmaprOutput)
export(iheatmapr_event)
export(make_annotations)
export(make_colorbar)
export(make_shapes)
export(make_trace)
export(renderIheatmap)
export(setup_colorbar_grid)
export(setup_tooltip_options)
export(test_iheatmapr_event)
export(to_plotly_json)
export(to_plotly_list)
export(to_widget)
exportClasses(Iheatmap)
exportClasses(IheatmapAnnotation)
exportClasses(IheatmapAxis)
exportClasses(IheatmapColorbar)
exportClasses(IheatmapPlot)
exportClasses(IheatmapShape)
exportMethods(add_col_annotation)
exportMethods(add_col_barplot)
exportMethods(add_col_clustering)
exportMethods(add_col_clusters)
exportMethods(add_col_dendro)
exportMethods(add_col_groups)
exportMethods(add_col_labels)
exportMethods(add_col_plot)
exportMethods(add_col_signal)
exportMethods(add_col_summary)
exportMethods(add_col_title)
exportMethods(add_iheatmap)
exportMethods(add_main_heatmap)
exportMethods(add_row_annotation)
exportMethods(add_row_barplot)
exportMethods(add_row_clustering)
exportMethods(add_row_clusters)
exportMethods(add_row_dendro)
exportMethods(add_row_groups)
exportMethods(add_row_labels)
exportMethods(add_row_plot)
exportMethods(add_row_signal)
exportMethods(add_row_summary)
exportMethods(add_row_title)
exportMethods(add_subplot)
exportMethods(annotations)
exportMethods(colorbars)
exportMethods(iheatmap)
exportMethods(main_heatmap)
exportMethods(modify_layout)
exportMethods(plots)
exportMethods(reorder_cols)
exportMethods(reorder_rows)
exportMethods(save_iheatmap)
exportMethods(shapes)
exportMethods(to_widget)
exportMethods(xaxes)
exportMethods(yaxes)
import(methods)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(fastcluster,hclust)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,saveWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(jsonlite,toJSON)
importFrom(knitr,knit_print)
importFrom(magrittr,"%>%")
importFrom(scales,zero_range)
importFrom(stats,setNames)
importFrom(utils,modifyList)