Volcano: Generates the Volcano plot

Description Usage Arguments Value

View source: R/helper.R

Description

The function that generates the volcano plot

Usage

1
2
3
4
5
6
7
8
9
Volcano(
  Data,
  de.comparison,
  logFC_cut,
  FDR_cut,
  show.more,
  dot.size,
  interactive
)

Arguments

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.

Value

Data for plotting


dianalow/nMyo documentation built on June 2, 2020, 12:03 a.m.