Description Usage Arguments Details Examples
This will plot a given gene via violin plot
1 2 3 4 5 6 7 8 9 10 11 12 13 |
input |
The input data |
title |
The title |
gene |
if provided will color_by the gene |
color_by |
a pData variable |
facet_by |
a pData variable |
colors |
What colors to utilize for categorial data. Be sure it is of the proper length! |
ncol |
How many columns if faceting |
text_sizes |
a vector of title_size, axis_title, axis_text, legend_title, legend_text, facet_text, faults too c(20,10,5,10,5,5) |
theme |
the plot theme |
Utilize information stored in pData to control the plot display.
1 | plot_violin(input, title = "Actb across clusters", gene = "Actb", color_by = "Timepoint", facet_by = "Cluster", size = 1, ncol = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.