volcano.ma.plot: Create MA and Volcano plots.

Description Usage Arguments Value

Description

This function takes the result of differential expression (DE) analysis and provides MA and volcano plots.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
volcano.ma.plot(
  x = NULL,
  sig.value = "padj",
  sig.line = 0.1,
  plot.type = "volcano",
  x.limit = 2,
  y.limit = 2,
  limit.force = FALSE,
  scale.ax = TRUE,
  dot.size = 1.75,
  dot.transparency = 0.5,
  dot.col = c("#E64B35", "#3182bd", "#636363"),
  interactive = TRUE,
  out.name = "plot"
)

Arguments

x

A data frame containing differential expression (DE) analysis results.

sig.value

Choose from "pval" or "padj", default = "padj".

sig.line

A number to draw the line for the significant genes based on sig.value type, default = 0.1.

plot.type

Choose from "ma" or "volcano", default = "volcano".

x.limit

A number to set a limit for the x axis.

y.limit

A number to set a limit for the y axis.

limit.force

If set to TRUE the x.limit and y.limit will be forced, default = FALSE.

scale.ax

If set to TRUE the y axis will be scaled to include all the points, default = TRUE.

dot.size

A number for the size of the points in the plot, default = 1.75.

dot.transparency

Color transparency for points in "scatterplot" and "boxplot", default = 0.5.

dot.col

A set of three colors for the points in the volcano plot, default = c("#E64B35","#3182bd","#636363").

interactive

If set to TRUE an interactive HTML file will be created, default = TRUE.

out.name

If "interactive" is set to TRUE, the output name for HTML, default = "plot".

Value

Plots


iCellR documentation built on Oct. 9, 2021, 5:07 p.m.