View source: R/tissue.in.depth.R
plotTD.HM | R Documentation |
as three heatmaps: two shows mean per-condition spatial feature distribution and one show log fold change
plotTD.HM(
comp,
cond.titles = c("cond1", "cond2"),
order = NULL,
l2fc.zlim = NULL,
feature.class = NULL,
log = TRUE,
col = hcl.colors(100, "YlOrRd", rev = TRUE),
fdr.thrs = c(`*` = 0.05, . = 0.2),
feature.names.map = NULL
)
comp |
list, output of testTDConditions |
cond.titles |
condition titles to be plot on top of heatmaps |
order |
feature order, NULL (default) for no reordering |
l2fc.zlim |
range to trim log fold change |
feature.class |
list (or matrix of columns) with feature annotations to be shown by color |
fdr.thrs |
named numerical list used to show levels of significance on log fold change plot, default is c('*'=0.05,'.'=0.2) |
feature.names.map |
named vector that maps feature ids used in comp to display names |
cols |
cols to be used for condition heatmaps |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.