plotVolcano: Function "plotVolcano"

Description Usage Arguments Value

View source: R/plotVolcano.R

Description

This function generates volcano plot

Usage

1
2
3
plotVolcano(fc = 0.2, pval = 0.1, linetype = "solid", res, attr1,
  attr2, showLegend = TRUE, mytitle, group, xmin, xmax, ymin, ymax, W,
  Date)

Arguments

fc

a numeric variable representing the log2FoldChange cutoff. Default is 0.2.

pval

a numeric variable representing the adjusted p value cutoff. Default is 0.1.

linetype

a character variable indicating the line type of vline and hline. Default is 'solid'.

res

a data frame containing the differential gene expression analysis result(log2FoldChange and padj)

attr1

a character indicating column name of log2FoldChange

attr2

a character indicating column name of adjusted p value

showLegend

logical, indicating whether to show the legend. Default is TRUE.

mytitle

a string character indicating the title of the plot

group

a string character indicating the group condition

xmin

the minimum of x axis

xmax

the maximum of x axis

ymin

the minimum of y axis

ymax

the maximum of y axis

W

a numeric variable indicating the width of the plot

Date

a Date object obtained from Sys.Date

Value

a list consisting of normalized gene expression matrix.


Coraline66/RNASeqAnalysis documentation built on Nov. 25, 2019, 8:03 a.m.