View source: R/leading_edge_gene_analysis.R
plot_gsea_curve | R Documentation |
Given a "leading edge df" and title, plots GSEA curve with power = 0
plot_gsea_curve(
leading_edge_df,
title,
aes_color = is_leading_edge,
geom_type = "point",
strwidth = 30,
save = FALSE,
output_dir = ""
)
leading_edge_df |
dataframe output by get_leading_edge_df |
title |
string; title of gene set |
aes_color |
(optional; default |
geom_type |
(optional; default "point") geom type, one of "point" or "line" |
strwidth |
(optional; default 30) width of title strwrap |
save |
(optional) TRUE to save the plot to the output directory |
output_dir |
(optional) output directory if saving |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.