dotplot_pwys | R Documentation |
Make dot plots like clusterProfiler showing the significance and proportion of genes in each pathway with significance below cutoff.
dotplot_pwys(
tab,
prefix.v = NULL,
name = NA,
type.sig = c("p", "FDR"),
cut.sig = 0.05,
ntop = 20,
pwys_nm_size = 100,
font.size = 12,
width = 8,
height = 8,
mixed = c("include", "exclude", "only"),
reorder.rows = TRUE,
caption = TRUE,
colorbar.title = "Prop P<5%"
)
tab |
Table of output from |
prefix.v |
A vector of prefixes that prefix |
name |
Name of file to create. Set to |
type.sig |
Either "p" or "FDR"; type of significance to show. |
cut.sig |
Numeric in [0, 1]. Pathways need to have significance of type |
ntop |
Integer; number of top pathway-by-comparison statistics to select. |
pwys_nm_size |
The maximum number of characters for pathway names. Longer names will be truncated. |
font.size |
Numeric font size of pathway names e.g. 12. |
width |
Manual option for determining the output file width in inches. |
height |
Manual option for determining the output file height in inches. |
mixed |
Character string. Should mixed statistics be included, should they be the only statistics included, or should they be excluded? |
reorder.rows |
Boolean; reorder pathways by significance before selecting |
caption |
Logical; should the caption explaining the color bar title be included? |
colorbar.title |
Character title of color bar. |
Invisibly, the ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.