View source: R/scVolcanoPlot.R
scVolcanoPlot | R Documentation |
Function to create volcanoplot from Seurat scRNAseq differential expression data
scVolcanoPlot(
dex_df,
fc_cutoff = 2,
presto_de = FALSE,
title = NULL,
subtitle = NULL,
caption = NULL
)
dex_df |
Dataframe of differential expression data |
fc_cutoff |
Fold change cutoff for plotting |
presto_de |
Logical value to determine if the dataframe is from presto |
title |
Title of the plot |
subtitle |
Subtitle of the plot |
caption |
Caption of the plot |
A volcanoplot of the differential expression data
## Not run:
scVolcanoPlot(DEWilcox)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.