Description Usage Arguments Value See Also Examples
View source: R/L2FC.violin_function.R
Violin plot visualizing log2 fold-change values
1 2 3 4 5 6 7 | L2FC.violin(
L2FC,
input = "L2FC",
variable = "time",
save.plot = F,
print.plot = T
)
|
L2FC |
input matrix containing log2 fold-change values |
input |
string identifying what type of input L2FC is (this function can also be used for visualizing CRISPR scores and CRISPR screen scores) |
variable |
string identifying what variable was used to calculate L2FC values (for plot title purposes only) |
save.plot |
logical - do you want to save the violin plot to pdf |
print.plot |
logical - do you want to print the violin plot |
ggplot object of the violin plot
ggplot
which this function uses to plot
1 | L2FC.violin(L2FC.table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.