Skip to content

VCG/upset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5921fff · Jun 25, 2019
Feb 25, 2016
Apr 13, 2016
Jul 13, 2016
Jul 29, 2014
Apr 16, 2014
Mar 31, 2014
Apr 8, 2016
Apr 8, 2016
Dec 6, 2013
Jul 2, 2015
Apr 8, 2016
Apr 8, 2016
Dec 23, 2016
Dec 23, 2016
Aug 14, 2014
Apr 8, 2016
Apr 8, 2016
Apr 8, 2016
Jul 30, 2014
Apr 8, 2016
Jun 25, 2019
Mar 13, 2017
Apr 8, 2016
Apr 8, 2016
Jun 25, 2019
Apr 8, 2016
Apr 8, 2016
Apr 8, 2016
Jun 25, 2019
Apr 8, 2016
Apr 8, 2016
Apr 8, 2016
Jun 25, 2019
Apr 8, 2016
Apr 8, 2016
Apr 8, 2016

Repository files navigation

UpSet

About

UpSet is an interactive, web based visualization technique designed to analyze set-based data. UpSet visualizes both, set intersections and their properties, and the items (elements) in the dataset. Please see the project website at http://vcg.github.io/upset/about for details about the technique, publications and videos.

Demo

We are hosting a demo instance of UpSet at http://vcg.github.io/upset.

R Package

An R package to generate UpSet plots is under development and available at https://github.com/hms-dbmi/UpSetR.

Local Deployment

  1. Clone the repository using git clone or download and extract the ZIP file.

  2. Launch the Python SimpleHTTPServer in the project directory.

    $ python -m SimpleHTTPServer 8000
    
  3. View UpSet in your browser at localhost:8000.

Alternatively you can also run UpSet without a web server. Chrome does not allow this by default, but Firefox works well. Simply open the index.html file in Firefox.

Configuring Datasets

See the project wiki for an overview of the data definition file format used to describe tabular text files.

About

UpSet - Visualizing Intersecting Sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published