Description Usage Arguments Value Examples
View source: R/visualization.R
pheatmap of selected GOBP pathways' correlation matrix
1 | vis_pw_cor_ph(pwIDs)
|
pwIDs |
selected GOBP pathways' ID |
pheatmap(ggplot object)
1 2 3 | data("find_disease_pw_result")
pwIDs <- unique(find_disease_pw_result$term_df$Term)
vis_pw_cor_ph(pwIDs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.