View source: R/plot_functions.R
upset.Plot | R Documentation |
Generate upset plot, comparing intersection between different (gene)sets. Uses ComplexHeatmap Package.
upset.Plot(gene.sets, row.title = "", column.title = "")
gene.sets |
named list of genesets, where names specify name of gene set, and entries are character vectors specifying genes belongs to the respective set. |
row.title |
Row title. |
column.title |
Column title. |
plot handle
Generate upset plot for list of genesets
plt.upset <- upset.Plot(gene.sets, row.title = "Genesets")
# print plot
print(plt.upset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.