View source: R/PathwayEnrichment.R
PlotKEGG | R Documentation |
PlotKEGG
PlotKEGG( df = NULL, type = "double", color_by = "Direction", point_size = 3, text_size = 15, sort.by = "Selected_PV", decreasing = FALSE, threshold = NULL, vline_size = 1 )
df |
Data frame containing KEGG pathways |
type |
Type of selected p-values. Available options are: "double", negatives and positive, "positive", and "negative". |
color_by |
Label to color points. |
point_size |
Size of points. |
text_size |
Size of text in the plot. |
sort.by |
Label to use to sort the pathways. |
decreasing |
Sorting direction. |
threshold |
P-value threshold. |
vline_size |
Threshold line size. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.