Description Usage Arguments Value
The function that generates the volcano plot
1 2 3 4 5 6 7 8 9  | Volcano(
  Data,
  de.comparison,
  logFC_cut,
  FDR_cut,
  show.more,
  dot.size,
  interactive
)
 | 
Data | 
 list. The outcome of the MarkerQuery().  | 
de.comparison | 
 list. A filter specifying the comparison to be plotted.  | 
logFC_cut | 
 numeric. A positive value of the logFC cut-off to be depicted.  | 
FDR_cut | 
 numeric. A value in (0,1] of the FDR cut-off to be depicted.  | 
show.more | 
 logical. If TRUE, an extensive set of gene names are shown.  | 
dot.size | 
 numeric. The size of the dots to be plotted.  | 
interactive | 
 logical. If TRUE, an interactive (plotly) plot is generated.  | 
Data for plotting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.