View source: R/STdiff_volcano.R
STdiff_volcano | R Documentation |
Generates volcano plots of differential expression results from STdiff
STdiff_volcano(
x = NULL,
samples = NULL,
clusters = NULL,
pval_thr = 0.05,
color_pal = NULL
)
x |
the output of |
samples |
samples to create plots |
clusters |
names of the clusters to generate comparisons |
pval_thr |
the p-value threshold to color genes with differential expression |
color_pal |
the palette to color genes by significance |
The function generated volcano plots (p-value vs. log-fold change) for
genes tested with STdiff
. Colors can be customized to show significance from
spatial and non-spatial models
a list of ggplot objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.