Description Usage Arguments Value
View source: R/plotVolcanoII.R
This function generates volcano plot
1 2 3 4 |
palette |
a vector of colors used in plotting the volcano. Default is c("red2", "royalblue", "grey70"). |
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 for hline and vline. 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 |
UPgenes |
"up-regulated" pathway in the given geneset |
DWgenes |
"down-regulated" pathway in the given geneset |
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.