KEGGbubble | R Documentation |
do KEGG pathway enrichment bubble plot using KEGGenrich result.
KEGGbubble(
dataset,
MainTitle = "",
TrimName = F,
NameWidth = 50,
top = 10,
ColorScheme = "rw",
ColorReverse = F,
xangle = 45
)
dataset |
a dataframe of KEGG Enrichment output, with these columns:'ID', 'KEGGPathway', 'Count', 'all', 'P' |
MainTitle |
main title |
top |
top n kegg pathways used to plot |
ColorScheme |
"ryb", 'rwb', 'ryg', 'rwg', 'rw', 'bw', 'gw' |
ColorReverse |
whether to reverse color order |
xangle |
angle of x axis text |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.