R/network_analysis.R
plot_heatmap_by_treatment.Rd
Useful plotting function to plot heatmap with pre-split matrix
plot_heatmap_by_treatment(
expList,
meta_data,
pseudotime_column = "latent_time",
toScale = T,
limits = c(0, 5),
smooth = TRUE,
anno_colors = NA,
fontSize = 8
)
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
annotation colors
heatmap font size
pheatmap