View source: R/featureSelection.R
groupFeatureVolcano | R Documentation |
Creates a volcano plot for a comparison table
groupFeatureVolcano( comptable, adj.pvalue = TRUE, interactive = TRUE, jitterseed = 123 )
comptable |
A comparison table |
adj.pvalue |
Boolean indicating if the adjusted p-values will be used |
interactive |
Boolean indicating if a plotly will be output instead of a ggplot |
jitterseed |
A seed for the random jitter to avoid names overlaps |
Returns filtered gene features
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.