barplot_pwys | R Documentation |
Make barplots for the p-Values of pathway analysis using ggplot2.
barplot_pwys(
tab,
prefix.v = NULL,
name = NA,
width = 10,
height = 4,
ntop = 20,
direction = c("Up", "Down"),
pwys_nm_size = 100
)
tab |
Table of output from |
prefix.v |
A vector of prefixes that prefix |
name |
Name of file to create. Set to |
width |
Manual option for determining the output file width in inches. |
height |
Manual option for determining the output file height in inches. |
ntop |
Number of top pathways. |
direction |
Direction of change. |
pwys_nm_size |
The maximum number of characters for pathway names. Longer names will be truncated. |
Invisibly, the last ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.