Description Usage Arguments See Also Examples
Visualization of fold-changes and p-values for sgRNAs
1 2 3 4 5 6 7 8 | plot_volcano(
results,
print = T,
save = F,
sig.cutoff = 0.05,
contrast = NULL,
top = NULL
)
|
results |
a calc.DESeq2.L2FC object |
print |
logical - do you want to print the plot to plots |
save |
logical - do you want to save the plot to pdf |
sig.cutoff |
adjusted p-value cutoff for sgRNA fold-changes |
top |
numerical - number of top guides to label (by p-value) |
ggplot, ggrepel
which this function uses to plot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.