knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(RNAseqStat)

RNAseqStat::enhance_heatmap need counts data, group info, and DEG data frame. A heatmap of top deg genes. Plot will store in a pdf file or show in plot window when dir = NA.

enhance_heatmap(counts_input, DEG_df, group_list,
    x = "log2FoldChange", y = "pvalue", dir = NA)


xiayh17/RNAseqStat documentation built on June 16, 2022, 11:51 a.m.