Learn R Programming

MSbox (version 1.4.6)

viewVolcano: View volcano plot

Description

View volcano plot.

Usage

viewVolcano(result, compare_group, FC = 2, p = 0.05)

Arguments

result

result from doStat() function

compare_group

which groups you want to compare, i.e. c("WT", "Treat1"), only two groups are allowed

FC

select fold change values, default = 2

p

select p value, default = 0.05

Author

Yonghui Dong

Examples

Run this code
if (FALSE) {
viewVolcano(result, compare_group = c("WT", "JA"))
}

Run the code above in your browser using DataLab