View source: R/magora_volcano_plot.R
magora_volcano_plot | R Documentation |
Volcano plot for gene expression data
magora_volcano_plot( data, data_labels, type = "ggplot2", facet = TRUE, save_name, sample_frac = 1, use_theme_sage = TRUE )
data |
Gene expression data from |
data_labels |
Labels for expression data from |
type |
Type of plot - one of "ggplot2" or "plotly". Defaults to "ggplot2". |
facet |
Whether to facet the data by |
save_name |
A name that will be used for saving the plot. Only required / used when |
sample_frac |
The fraction of genes that are "not significant" that will be shown in the plot. Useful when there is a lot of data that slows down rendering. Defaults to 1. |
use_theme_sage |
Whether to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.