Description Usage Arguments Value
This function generates volcano plot
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)
|
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 |
a list consisting of normalized gene expression matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.