heatmap_from_Fisher: Plot results of Fisher Exact Test as heat maps

View source: R/heatmap_from_Fisher.R

heatmap_from_FisherR Documentation

Plot results of Fisher Exact Test as heat maps

Description

Plot results of Fisher Exact Test as heat maps

Usage

heatmap_from_Fisher(
  matrix,
  hclust_out,
  cutree_out,
  motifs,
  style,
  remove_zoom = FALSE
)

Arguments

matrix

Matrix. Numerical matrix to be plotted

hclust_out

hclust object.

cutree_out

cutree object.

motifs

Universalmotifs object.

style

Character. One of "FC", "PVAL" and "FDR".

remove_zoom

whether to remove zoom box

Value

ComplexHeatmap object


TedCCLeung/PhMotif documentation built on May 24, 2022, 12:02 a.m.