plot_heatmap_data: plot_heatmap_data

View source: R/Plotting_Functions.R

plot_heatmap_dataR Documentation

plot_heatmap_data

Description

plot_heatmap_data

Usage

plot_heatmap_data(
  out_wilc,
  selected_genes,
  out_one_D,
  exp_data,
  row_text_size = 10
)

Arguments

out_wilc

object returned by the differential gene expression function.

selected_genes

top differentially expressed genes.

out_one_D

Output of one-dimensional mapper with the the promiscuous samples assigned.

exp_data

gene expression matrix.

row_text_size

size of the row labels.

Examples

## Not run: 
plot_heatmap_data(out_wilc,selected_genes,exp_data,row_text_size = 10)
## End(Not run)

jfores/SurvMap documentation built on May 30, 2022, 10:57 p.m.