Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




  • Bookmarks
  • BioStar
  • UpSetR: An R Package for the Visualization of Intersecting Sets and their Properties

UpSetR: An R Package for the Visualization of Intersecting Sets and their Properties

https://github.com/hms-dbmi/UpSetR/

UpSetR generates static UpSet plots. The UpSet technique visualizes set intersections in a matrix layout and introduces aggregates based on groupings and queries. The matrix layout enables the effective representation of associated data, such as the number of elements in the aggregates and intersections, as well as additional summary statistics derived from subset or element attributes.

For further details about the original technique see the UpSet website. You can also check out the UpSetR shiny appHere is the source code for the shiny wrapper.

Python package called py-upset to create UpSet plots has been created by GitHub user ImSoErgodic.