... | ... |
@@ -1,54 +1,54 @@ |
1 | 1 |
|
2 |
-setGeneric('draw_heatmap_list', function(object, ...) standardGeneric('draw_heatmap_list')) |
|
3 |
- |
|
4 |
-setGeneric('get_color_mapping_param_list', function(object, ...) standardGeneric('get_color_mapping_param_list')) |
|
2 |
+setGeneric('add_heatmap', function(object, ...) standardGeneric('add_heatmap')) |
|
5 | 3 |
|
6 | 4 |
setGeneric('map_to_colors', function(object, ...) standardGeneric('map_to_colors')) |
7 | 5 |
|
8 |
-setGeneric('draw_annotation_legend', function(object, ...) standardGeneric('draw_annotation_legend')) |
|
9 |
- |
|
10 |
-setGeneric('component_width', function(object, ...) standardGeneric('component_width')) |
|
11 |
- |
|
12 |
-setGeneric('make_layout', function(object, ...) standardGeneric('make_layout')) |
|
13 |
- |
|
14 |
-setGeneric('add_heatmap', function(object, ...) standardGeneric('add_heatmap')) |
|
15 |
- |
|
16 |
-setGeneric('annotation_legend_size', function(object, ...) standardGeneric('annotation_legend_size')) |
|
6 |
+setGeneric('set_component_height', function(object, ...) standardGeneric('set_component_height')) |
|
17 | 7 |
|
18 |
-setGeneric('get_color_mapping_list', function(object, ...) standardGeneric('get_color_mapping_list')) |
|
8 |
+setGeneric('draw_heatmap_body', function(object, ...) standardGeneric('draw_heatmap_body')) |
|
19 | 9 |
|
20 |
-setGeneric('heatmap_legend_size', function(object, ...) standardGeneric('heatmap_legend_size')) |
|
10 |
+setGeneric('column_order', function(object, ...) standardGeneric('column_order')) |
|
21 | 11 |
|
22 |
-setGeneric('draw_dimnames', function(object, ...) standardGeneric('draw_dimnames')) |
|
12 |
+setGeneric('draw_annotation_legend', function(object, ...) standardGeneric('draw_annotation_legend')) |
|
23 | 13 |
|
24 |
-setGeneric('row_dend', function(object, ...) standardGeneric('row_dend')) |
|
14 |
+setGeneric('component_height', function(object, ...) standardGeneric('component_height')) |
|
25 | 15 |
|
26 |
-setGeneric('draw', function(object, ...) standardGeneric('draw')) |
|
16 |
+setGeneric('make_layout', function(object, ...) standardGeneric('make_layout')) |
|
27 | 17 |
|
28 |
-setGeneric('draw_heatmap_body', function(object, ...) standardGeneric('draw_heatmap_body')) |
|
18 |
+setGeneric('draw_heatmap_legend', function(object, ...) standardGeneric('draw_heatmap_legend')) |
|
29 | 19 |
|
30 |
-setGeneric('column_order', function(object, ...) standardGeneric('column_order')) |
|
20 |
+setGeneric('heatmap_legend_size', function(object, ...) standardGeneric('heatmap_legend_size')) |
|
31 | 21 |
|
32 |
-setGeneric('set_component_height', function(object, ...) standardGeneric('set_component_height')) |
|
22 |
+setGeneric('annotation_legend_size', function(object, ...) standardGeneric('annotation_legend_size')) |
|
33 | 23 |
|
34 |
-setGeneric('component_height', function(object, ...) standardGeneric('component_height')) |
|
24 |
+setGeneric('prepare', function(object, ...) standardGeneric('prepare')) |
|
35 | 25 |
|
36 | 26 |
setGeneric('draw_annotation', function(object, ...) standardGeneric('draw_annotation')) |
37 | 27 |
|
38 |
-setGeneric('row_order', function(object, ...) standardGeneric('row_order')) |
|
28 |
+setGeneric('get_color_mapping_param_list', function(object, ...) standardGeneric('get_color_mapping_param_list')) |
|
39 | 29 |
|
40 |
-setGeneric('draw_heatmap_legend', function(object, ...) standardGeneric('draw_heatmap_legend')) |
|
30 |
+setGeneric('draw_dimnames', function(object, ...) standardGeneric('draw_dimnames')) |
|
41 | 31 |
|
42 | 32 |
setGeneric('color_mapping_legend', function(object, ...) standardGeneric('color_mapping_legend')) |
43 | 33 |
|
34 |
+setGeneric('draw', function(object, ...) standardGeneric('draw')) |
|
35 |
+ |
|
36 |
+setGeneric('make_row_cluster', function(object, ...) standardGeneric('make_row_cluster')) |
|
37 |
+ |
|
44 | 38 |
setGeneric('draw_title', function(object, ...) standardGeneric('draw_title')) |
45 | 39 |
|
46 | 40 |
setGeneric('make_column_cluster', function(object, ...) standardGeneric('make_column_cluster')) |
47 | 41 |
|
48 |
-setGeneric('prepare', function(object, ...) standardGeneric('prepare')) |
|
42 |
+setGeneric('component_width', function(object, ...) standardGeneric('component_width')) |
|
49 | 43 |
|
50 | 44 |
setGeneric('column_dend', function(object, ...) standardGeneric('column_dend')) |
51 | 45 |
|
52 |
-setGeneric('make_row_cluster', function(object, ...) standardGeneric('make_row_cluster')) |
|
46 |
+setGeneric('get_color_mapping_list', function(object, ...) standardGeneric('get_color_mapping_list')) |
|
47 |
+ |
|
48 |
+setGeneric('row_order', function(object, ...) standardGeneric('row_order')) |
|
53 | 49 |
|
54 | 50 |
setGeneric('draw_dend', function(object, ...) standardGeneric('draw_dend')) |
51 |
+ |
|
52 |
+setGeneric('draw_heatmap_list', function(object, ...) standardGeneric('draw_heatmap_list')) |
|
53 |
+ |
|
54 |
+setGeneric('row_dend', function(object, ...) standardGeneric('row_dend')) |
... | ... |
@@ -70,7 +70,7 @@ Heatmap(matrix, col, name, |
70 | 70 |
heatmap_legend_param = list(title = name), |
71 | 71 |
use_raster = FALSE, |
72 | 72 |
raster_device = c("png", "jpeg", "tiff", "CairoPNG", "CairoJPEG", "CairoTIFF"), |
73 |
- raster_quality = 1, |
|
73 |
+ raster_quality = 2, |
|
74 | 74 |
raster_device_param = list()) |
75 | 75 |
} |
76 | 76 |
\arguments{ |
... | ... |
@@ -11,8 +11,8 @@ Method dispatch page for \code{add_heatmap}. |
11 | 11 |
|
12 | 12 |
\itemize{ |
13 | 13 |
\item \code{\link{add_heatmap,HeatmapAnnotation-method}}, \code{\link{HeatmapAnnotation-class}} class method |
14 |
-\item \code{\link{add_heatmap,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
15 | 14 |
\item \code{\link{add_heatmap,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
15 |
+\item \code{\link{add_heatmap,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
16 | 16 |
} |
17 | 17 |
} |
18 | 18 |
\examples{ |
... | ... |
@@ -10,8 +10,8 @@ Method dispatch page for \code{component_height}. |
10 | 10 |
\code{component_height} can be dispatched on following classes: |
11 | 11 |
|
12 | 12 |
\itemize{ |
13 |
-\item \code{\link{component_height,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
14 | 13 |
\item \code{\link{component_height,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
14 |
+\item \code{\link{component_height,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
15 | 15 |
} |
16 | 16 |
} |
17 | 17 |
\examples{ |
... | ... |
@@ -10,8 +10,8 @@ Method dispatch page for \code{component_width}. |
10 | 10 |
\code{component_width} can be dispatched on following classes: |
11 | 11 |
|
12 | 12 |
\itemize{ |
13 |
-\item \code{\link{component_width,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
14 | 13 |
\item \code{\link{component_width,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
14 |
+\item \code{\link{component_width,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
|
15 | 15 |
} |
16 | 16 |
} |
17 | 17 |
\examples{ |
... | ... |
@@ -10,9 +10,9 @@ Method dispatch page for \code{draw}. |
10 | 10 |
\code{draw} can be dispatched on following classes: |
11 | 11 |
|
12 | 12 |
\itemize{ |
13 |
-\item \code{\link{draw,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
|
14 | 13 |
\item \code{\link{draw,HeatmapAnnotation-method}}, \code{\link{HeatmapAnnotation-class}} class method |
15 | 14 |
\item \code{\link{draw,SingleAnnotation-method}}, \code{\link{SingleAnnotation-class}} class method |
15 |
+\item \code{\link{draw,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
|
16 | 16 |
\item \code{\link{draw,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
17 | 17 |
} |
18 | 18 |
} |
... | ... |
@@ -10,10 +10,10 @@ Method dispatch page for \code{show}. |
10 | 10 |
\code{show} can be dispatched on following classes: |
11 | 11 |
|
12 | 12 |
\itemize{ |
13 |
-\item \code{\link{show,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
|
14 | 13 |
\item \code{\link{show,ColorMapping-method}}, \code{\link{ColorMapping-class}} class method |
15 | 14 |
\item \code{\link{show,HeatmapAnnotation-method}}, \code{\link{HeatmapAnnotation-class}} class method |
16 | 15 |
\item \code{\link{show,SingleAnnotation-method}}, \code{\link{SingleAnnotation-class}} class method |
16 |
+\item \code{\link{show,HeatmapList-method}}, \code{\link{HeatmapList-class}} class method |
|
17 | 17 |
\item \code{\link{show,Heatmap-method}}, \code{\link{Heatmap-class}} class method |
18 | 18 |
} |
19 | 19 |
} |