heatmap_by_treatment_group: Useful plotting function to plot heatmap of module expression...

Description Usage Arguments Value

View source: R/6_networkAnalysis.R

Description

Useful plotting function to plot heatmap of module expression across time with pre-split expX

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
heatmap_by_treatment_group(
  expList,
  sampTab,
  pseudotime_column = "pseudotime",
  toScale = T,
  limits = c(0, 5),
  smooth = TRUE,
  order_by = "WAG",
  thresh_on = 0.02,
  fontSize = 8,
  anno_colors = NULL
)

Arguments

expList

list of expression matrices

sampTab

sample table

pseudotime_column

column in sample table containing pseudotime annotation

toScale

whether or not to scale expression

limits

limits on expression

smooth

whether or not to smooth expression across pseudotime for cleaner plotting

order_by

name in expList that is used to order rows in the heatmap

thresh_on

threshold expression is considered on, used in ordering the rows

fontSize

heatmap font size

anno_colors

annotation colors

Value

pheatmap


pcahan1/epoch documentation built on Feb. 14, 2022, 1:57 a.m.