View source: R/plot_interactions.R
plot_interactions | R Documentation |
Plot counts for many genes
plot_interactions(
x,
intgroups,
ylab = "scaled rlog",
scaled = TRUE,
n = 40,
max_scale,
reorder,
...
)
x |
a tibble from |
intgroups |
two column names in |
ylab |
y-axis label |
scaled |
scale counts |
n |
total number of genes to plot |
max_scale |
maximum values for scaled values in case of outliers |
reorder |
level names to reorder factor levels on x-axis |
... |
additional options like ncol or nrow passed to facet_wrap |
A ggplot
Chris Stubben
x <- top_counts( pasilla$results, pasilla$rlog, top=25)
# no interaction from single or paired end as expected
plot_interactions(x, c("condition", "type"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.