vis_heatmap2: Visualisation of matrices using pheatmap-based heatmaps

Description Usage Arguments Value See Also Examples

View source: R/vis.R

Description

Visualise matrices with the functions based on the pheatmap package with minimum amount of arguments.

Usage

1
2
3
4
5
6
7
8
vis_heatmap2(
  .data,
  .title = NA,
  .labs = NA,
  .color = colorRampPalette(c("#67001f", "#d6604d", "#f7f7f7", "#4393c3",
    "#053061"))(1024),
  ...
)

Arguments

.data

Input matrix. Column names and row names (if presented) will be used as names for labs.

.title

The text for the plot's title (same as the "main" argument in pheatmap).

.labs

A character vector of length two with names for x-axis and y-axis, respectively.

.color

A vector specifying the colors (same as the "color" argument in pheatmap). Pass NA to use the default pheatmap colors.

...

Other arguments for the pheatmap function.

Value

A pheatmap object.

See Also

vis, repOverlap

Examples

1
2
3

abrown435/immunarch-test documentation built on July 29, 2020, 12:04 a.m.