plot_mageck_rra_gene_volcano | R Documentation |
Volcano plot of MAGeCK RRA gene summary results.
plot_mageck_rra_gene_volcano(
gene_summary_object = NULL,
n = 10,
color_enriched = "royalblue4",
color_depleted = "orangered4",
fdr = 0.05
)
gene_summary_object |
a |
n |
maximum number of genes to label (in each direction) |
color_enriched |
color for enriched genes |
color_depleted |
color for depleted genes |
fdr |
maximum FDR threshold |
a ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.