Skip to content

VCG/upset

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.

Releases

No releases published

Packages

No packages published