Description Usage Arguments Value Examples
Imports: ggplot2
1 2 3 4 5 6 7 8 | seekGSEoverview(
tab,
Title = "",
n = 20,
fillColors = c("green", "yellow"),
pvalThreshold = 0.05,
orderby = "pval"
)
|
tab |
data.frame, direct output from seekGSEA |
Title |
plot totle |
n |
integer, number of GO terms to display |
fillcolors |
vector with 2 strings indicating colors, colors will be used for the p value color gradient |
ggplot2 object
1 2 3 4 | myDE <- sqDE
rl <- seekGSErl(myDE[[1]])
mygsea <- seekGSEA(rl, Species="mouse", setList="BP")
seekGSEoverview(mygsea)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.