deg_heat_sub: Plot brush selection from main heatmap

View source: R/fct_12_heatmap.R

deg_heat_subR Documentation

Plot brush selection from main heatmap

Description

Create a ComplexHeatmap object from the User brush selection that is a sub plot of the main plot.

Usage

deg_heat_sub(
  ht_brush,
  ht,
  ht_pos_main,
  heatmap_data,
  bar,
  all_gene_names,
  select_gene_id
)

Arguments

ht_brush

Input from the user creating a brush selection on the main heatmap

ht

Main heatmap from the deg_heatmap function

ht_pos_main

Main heatmap position information to use for the sub heatmap

heatmap_data

Original data matrix that was plotted in the main heatmap

bar

groups of genes for colar bar on the left side

all_gene_names

Data matrix of all the mapped gene names

Value

A ComplexHeatmap object of the brushed selection from the main heatmap.


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.