-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
160 changed files
with
179 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
setGeneric('column_order', function(object, ...) standardGeneric('column_order')) | ||
setGeneric('draw', function(object, ...) standardGeneric('draw')) | ||
setGeneric('prepare', function(object, ...) standardGeneric('prepare')) | ||
setGeneric('row_dend', function(object, ...) standardGeneric('row_dend')) | ||
setGeneric('copy_all', function(object, ...) standardGeneric('copy_all')) | ||
setGeneric('heatmap_legend_size', function(object, ...) standardGeneric('heatmap_legend_size')) | ||
setGeneric('make_column_cluster', function(object, ...) standardGeneric('make_column_cluster')) | ||
setGeneric('column_dend', function(object, ...) standardGeneric('column_dend')) | ||
setGeneric('re_size', function(object, ...) standardGeneric('re_size')) | ||
setGeneric('annotation_legend_size', function(object, ...) standardGeneric('annotation_legend_size')) | ||
setGeneric('draw_dend', function(object, ...) standardGeneric('draw_dend')) | ||
setGeneric('draw_annotation_legend', function(object, ...) standardGeneric('draw_annotation_legend')) | ||
setGeneric('get_color_mapping_list', function(object, ...) standardGeneric('get_color_mapping_list')) | ||
setGeneric('component_height', function(object, ...) standardGeneric('component_height')) | ||
setGeneric('make_row_cluster', function(object, ...) standardGeneric('make_row_cluster')) | ||
setGeneric('color_mapping_legend', function(object, ...) standardGeneric('color_mapping_legend')) | ||
setGeneric('draw_annotation', function(object, ...) standardGeneric('draw_annotation')) | ||
setGeneric('get_legend_param_list', function(object, ...) standardGeneric('get_legend_param_list')) | ||
setGeneric('draw_title', function(object, ...) standardGeneric('draw_title')) | ||
setGeneric('draw_heatmap_list', function(object, ...) standardGeneric('draw_heatmap_list')) | ||
setGeneric('adjust_heatmap_list', function(object, ...) standardGeneric('adjust_heatmap_list')) | ||
setGeneric('make_layout', function(object, ...) standardGeneric('make_layout')) | ||
setGeneric('draw', function(object, ...) standardGeneric('draw')) | ||
setGeneric('draw_heatmap_legend', function(object, ...) standardGeneric('draw_heatmap_legend')) | ||
setGeneric('column_dend', function(object, ...) standardGeneric('column_dend')) | ||
setGeneric('heatmap_legend_size', function(object, ...) standardGeneric('heatmap_legend_size')) | ||
setGeneric('draw_heatmap_body', function(object, ...) standardGeneric('draw_heatmap_body')) | ||
setGeneric('attach_annotation', function(object, ...) standardGeneric('attach_annotation')) | ||
setGeneric('map_to_colors', function(object, ...) standardGeneric('map_to_colors')) | ||
setGeneric('make_column_cluster', function(object, ...) standardGeneric('make_column_cluster')) | ||
setGeneric('annotation_legend_size', function(object, ...) standardGeneric('annotation_legend_size')) | ||
setGeneric('component_width', function(object, ...) standardGeneric('component_width')) | ||
setGeneric('make_layout', function(object, ...) standardGeneric('make_layout')) | ||
setGeneric('make_row_cluster', function(object, ...) standardGeneric('make_row_cluster')) | ||
setGeneric('copy_all', function(object, ...) standardGeneric('copy_all')) | ||
setGeneric('column_order', function(object, ...) standardGeneric('column_order')) | ||
setGeneric('draw_heatmap_list', function(object, ...) standardGeneric('draw_heatmap_list')) | ||
setGeneric('draw_dend', function(object, ...) standardGeneric('draw_dend')) | ||
setGeneric('prepare', function(object, ...) standardGeneric('prepare')) | ||
setGeneric('draw_dimnames', function(object, ...) standardGeneric('draw_dimnames')) | ||
setGeneric('adjust_heatmap_list', function(object, ...) standardGeneric('adjust_heatmap_list')) | ||
setGeneric('set_component_height', function(object, ...) standardGeneric('set_component_height')) | ||
setGeneric('add_heatmap', function(object, ...) standardGeneric('add_heatmap')) | ||
setGeneric('get_color_mapping_list', function(object, ...) standardGeneric('get_color_mapping_list')) | ||
setGeneric('row_order', function(object, ...) standardGeneric('row_order')) | ||
setGeneric('component_height', function(object, ...) standardGeneric('component_height')) | ||
setGeneric('map_to_colors', function(object, ...) standardGeneric('map_to_colors')) | ||
setGeneric('attach_annotation', function(object, ...) standardGeneric('attach_annotation')) | ||
setGeneric('draw_annotation_legend', function(object, ...) standardGeneric('draw_annotation_legend')) | ||
setGeneric('set_component_width', function(object, ...) standardGeneric('set_component_width')) | ||
setGeneric('color_mapping_legend', function(object, ...) standardGeneric('color_mapping_legend')) | ||
setGeneric('draw_annotation', function(object, ...) standardGeneric('draw_annotation')) | ||
setGeneric('draw_dimnames', function(object, ...) standardGeneric('draw_dimnames')) | ||
setGeneric('row_dend', function(object, ...) standardGeneric('row_dend')) | ||
setGeneric('add_heatmap', function(object, ...) standardGeneric('add_heatmap')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,4 @@ See \code{\link{AnnotationFunction}} constructor for details. | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,4 @@ Internally used. | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,8 +181,8 @@ Heatmap(matrix, col, name, | |
\item{raster_quality}{A value larger than 1.} | ||
\item{raster_device_param}{A list of further parameters for the selected graphic device. For raster image support, please check \url{https://jokergoo.github.io/ComplexHeatmap-reference/book/a-single-heatmap.html#heatmap-as-raster-image} .} | ||
\item{raster_resize_mat}{Whether resize the matrix to let the dimension of the matrix the same as the dimension of the raster image? The value can be logical. If it is \code{TRUE}, \code{\link[base]{mean}} is used to summarize the sub matrix which corresponds to a single pixel. The value can also be a summary function, e.g. \code{\link[base:Extremes]{max}}.} | ||
\item{raster_by_magick}{Whether to use \code{\link[magick:transform]{image_resize}} to scale the image.} | ||
\item{raster_magick_filter}{Pass to \code{filter} argument of \code{\link[magick:transform]{image_resize}}. A character scalar and all possible values are in \code{\link[magick:options]{filter_types}}. The default is \code{"Lanczos"}.} | ||
\item{raster_by_magick}{Whether to use \code{\link[magick]{image_resize}} to scale the image.} | ||
\item{raster_magick_filter}{Pass to \code{filter} argument of \code{\link[magick]{image_resize}}. A character scalar and all possible values are in \code{\link[magick]{filter_types}}. The default is \code{"Lanczos"}.} | ||
\item{post_fun}{A function which will be executed after the heatmap list is drawn.} | ||
|
||
} | ||
|
@@ -212,5 +212,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,5 +84,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,4 @@ Zuguang Gu <[email protected]> | |
\examples{ | ||
# There is no example | ||
NULL | ||
|
||
} |
Oops, something went wrong.