Description Usage Arguments Value
View source: R/6_networkAnalysis.R
Useful plotting function to plot heatmap of module expression across time with pre-split expX
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
)
|
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 |
pheatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.