om_volcano_plot | R Documentation |
plot diff expression volcano plot
om_volcano_plot(dpa_results, compare_name, logfc = 1, qvalue = 0.05,
outdir = NULL)
dpa_results |
diff analysis results |
compare_name |
compare name of diff analysis, 'ALL' for merged results |
logfc |
log2foldchange cutoff for DEG analysis, default is 1 |
qvalue |
adjust pvalue cutoff for DEG analysis, default is 0.05 |
outdir |
out put directory, default is NULL, don't output file |
om_volcano_plot(diff_test_data, 'Case_vs_Control')
om_volcano_plot(diff_test_data, 'ALL')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.