pdVolcano | R Documentation |
Generate volcano plot and gate genes based on fold change and pvalue, includes vectors that can be used with fast gene set enrichment (fgsea)
pdVolcano(
result,
FC = 0.2,
pvalue = NULL,
subset = NULL,
filter.inf = FALSE,
label.num = 5L,
display = TRUE
)
result |
result output from projectionDriveR function in PV mode |
FC |
fold change threshold, default at 0.2 |
pvalue |
significance threshold, default set stored pvalue |
subset |
vector of gene names to subset the plot by |
filter.inf |
remove genes that have pvalues below machine double minimum value |
label.num |
Number of genes to label on either side of the volcano plot, default 5 |
display |
boolean. Whether or not to plot and display volcano plots |
A list with weighted and unweighted differential expression metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.