Description Usage Arguments Value Examples
View source: R/plot_rugplots.R
Plot Rugplots for Selected Pathways
1 2 3 4 5 6 7 | plot_pathways(
rugplots_data,
filter_type,
filter_parameter,
mode,
output_directory
)
|
rugplots_data |
The data to be plotted (returned from find_pathway_significance()) |
filter_type |
The parameter to be used for filtering |
filter_parameter |
The cut-off value of the filtering parameter |
mode |
The mode used to create the data (increasing/decreasing) |
output_directory |
An existing directory to save results in |
Does not return a value
1 2 | example("find_pathway_significance")
plot_pathways(rugplots_data, "pvalue", "0.03", "decreasing", tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.