Description Usage Arguments Value Examples
View source: R/arseq.kegg.enrich.plot.R
Plotting the top 5 enriched term from each category
1 2 3 4 5 6 | arseq.kegg.enrich.plot(
kegg.enrich,
foldchanges,
save.dir = getwd(),
pathway.plots = TRUE
)
|
kegg.enrich |
Enrichment dataframe. Output of the function 'arseq.kegg.enrich' |
foldchanges |
Foldchange information to overlay on the pathway plots. |
save.dir |
User defined directory to save the plots in. Default is working directory. |
pathway.plots |
Logical.Parameter to indicate if the pathways figures need to be drawn. |
GO enrichment plot
1 2 3 4 5 | ## Not run:
kegg.enrich <- arseq.kegg.enrich (example_deg)
kegg.plot <- arseq.kegg.enrich.plot (kegg.enrich, foldchanges=kegg.enrich$foldchanges)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.