plotVolcano | R Documentation |
Function to produce a volcano plot of DESeq2 results
plotVolcano(cds, cutoff = 0.05, pcols = NULL, pcex = NULL,
pborder = NULL, hili = TRUE, labels = TRUE, ranks = NULL)
cds |
A compatible data set produced by the makeCDS() function. |
cutoff |
A p-value cutoff to determine which strains will be included individually in the plot. |
pcols |
An optional vector of point colors |
pcex |
An optional numeric vector indicating the size of the points |
pborder |
An optional vector of border colors for the points |
hili |
Logical; whether to highlight significant points or not |
labels |
Logical; whether to label significant points or not |
ranks |
A vector of ranks for the points in the plot that will be labelled accordingly |
None.
Chris Field <fieldc@ethz.ch>
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.