make_enriched_heatmap_list | R Documentation |
Create a HeatmapList from parcutils_chip.
make_enriched_heatmap_list(
x,
cluster_targets_by_rpm = TRUE,
cluster_by = NULL,
n_clust = 2,
cluster_rows = FALSE,
heatmap_columns = NULL,
heatmap_column_title = NULL,
heatmap_pos_line = FALSE,
heatmap_pos_line_gp = grid::gpar(lty = 2),
heatmap_color_palette = "Oranges",
reverse_palette = FALSE,
heatmap_scale = c(0, 0.5, 1),
heatmap_top_annotations = NULL,
heatmap_axis_name = c("-3KB", "Summit", "+3KB"),
heatmap_axis_name_rot = 0,
heatmap_axis_name_gp = gpar(fontsize = 10),
heatmap_border = TRUE
)
x |
an object of the class |
cluster_targets_by_rpm |
logical, denoting whether to cluster targets by RPM value. |
cluster_by |
NULL (default) or character vector denoting RPM columns to be used for clustering. |
n_clust |
a numeric, default 2, denoting number of clusters for kmeans clustering. |
cluster_rows |
logical, default FALSE, denoting whether to cluster rows using default clustering. This must be always false as kmeans is implimented. |
heatmap_columns |
NULL (default, all columns) or character vector denoting columns to be displayed in the heatmap. |
heatmap_column_title |
NULL (default) or character vector denoting title for each heatmap column. |
heatmap_pos_line |
logical, default FALSE, internally passed to |
heatmap_pos_line_gp |
logical, default FALSE, internally passed to |
heatmap_color_palette |
a character vector denoting a valid color palette(s) from |
reverse_palette |
Logical, FALSE, denoting whether to reverse the color palette. |
heatmap_scale |
a numeric vector denoting a heatmap scale. Default (0,0.5,1). |
heatmap_top_annotations |
internally passed to |
heatmap_axis_name |
internally passed to |
heatmap_axis_name_rot |
internally passed to |
heatmap_axis_name_gp |
internally passed to |
heatmap_border |
internally passed to |
a HeatmapList.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.