Description Usage Arguments Value Examples
enrichplot function is used to draw the enrichment plot.
1 2 | enrichplot(file, type, mycolor = c("red", "navy", "darkgreen",
"blueviolet", "chocolate4", "black"), plot_legend = "right")
|
file |
pathway file, the format is xls |
type |
the type of plot, dot,line,barcode |
mycolor |
the type of plot, dot,line,barcode |
plot_legend |
location of the legend,left,right |
a plot, the format is pdf
1 2 3 4 5 | path <- "D:\\code\\r\\FigureYa13GSEA_Java_update"
file <- mergefile(path)
enrichplot <-enrichplot(file,type="dot")
enrichplot <-enrichplot(file,type="line",plot_legend="left")
enrichplot <-enrichplot(file,type="barcode")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.