R/network_analysis.R
heatmap_by_treatment_group.Rd
Useful plotting function to plot heatmap of module expression across time with pre-split matrix
heatmap_by_treatment_group(
expList,
meta_data,
pseudotime_column = "pseudotime",
toScale = T,
limits = c(0, 5),
smooth = TRUE,
order_by = "WAG",
thresh_on = 0.02,
fontSize = 8,
anno_colors = NA
)
list of expression matrices
sample table
column in sample table containing pseudotime annotation
whether or not to scale expression
limits on expression
whether or not to smooth expression across pseudotime for cleaner plotting
name in expList that is used to order rows in the heatmap
threshold expression is considered on, used in ordering the rows
heatmap font size
annotation colors
pheatmap