Description Usage Arguments Examples
plot KEGG plot with your interisting genelist
1 2 3 4 5 6 7 8 9 10 | KEGGplot(
genelist,
enrich.pvalue = 0.05,
low.color = "green",
high.color = "red",
labs.x = "Pvalue",
labs.y = "Pathway Name",
titlesize.y = 8,
labs.title = "Pathway Enrichment"
)
|
genelist |
a vector of gene SYMBOL |
enrich.pvalue |
default value 0.05 |
low.color |
default parameter "green".must be one of colors: "black","red","green","blue","cyan","magenta","yellow","gray" |
high.color |
default parameter "red".must be one of colors: "black","red","green","blue","cyan","magenta","yellow","gray" |
labs.x |
default "Pvalue" |
labs.y |
default "Pathway Name" |
titlesize.y |
default 8 |
labs.title |
default "Pathway Enrichment" |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.