Description Usage Arguments Value Examples
View source: R/visualization.R
barplot: up/down disease geneset single/both enrich reusult
1 | vis_bar_double_enrich(gsea_df, sle_mols)
|
gsea_df |
result of gsea_disease_set() |
sle_mols |
result of get_Formula() |
ggplot object
1 2 3 4 5 | data("gsea_disease_set_result")
data("get_Formula_result")
gsea_df <- gsea_disease_set_result$gsea_sig
sle_mols <- get_Formula_result$formula1$molecule[1:10]
vis_bar_double_enrich(gsea_df = gsea_df, sle_mols = sle_mols)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.