View source: R/visualization.R
volcano_diff_state | R Documentation |
Volcano plot for differential state analysis.
volcano_diff_state( x, logfc_cut = 1, pval_cut = 0.05, y_var = "p_adj.loc", title = NULL )
x |
A data.frame contains following column:
|
logfc_cut |
Where to add cutoff-line for logFC. |
pval_cut |
Where to add cutoff-line for P value. |
y_var |
Which column should be used as |
title |
Plot title. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.