/hiview

HiView: the universal viewer for hierarchical data

Primary LanguageJavaScriptMIT LicenseMIT

HiView

The universal hierarchical data viewer

(fig1: Circle packing view for a hierarchy generated by DDOT)

(fig2: Samge data visualized in node-link diagram mode)

Updates

  • 6/11/2018 - v1 in beta
  • 9/20/2017 - Updated for new version

Introduction

What is HiView?

HiView is a React-based web application for visualizing hierarchical data generated by the DDOT pipeline.

Reference implementation is available here:

http://hiview.ucsd.edu/

Quick start guide for users

To try this viewer, click the EXAMPLES button to select a pre-computed hierarchy and press START. Double-click the subsystems to expand internal substructures.

Quick Start for developers

(TBD)

  1. Checkout this repository
  2. Clone CyViewer module
  3. yarn install
  4. yarn link
  5. In the frontend directory, run yarn link cy-viewer
  6. yarn start

Documentation

(TBD)

  • UX Design
  • Architecture Design

Roadmap

V1 (Summer 2018)

  • Support for small to medium size data
  • Public data only
  • Automatic enrichment analysis

V2 (Fall 2018)

  • Large data support
    • e.g., human dataset
  • Private data support (for NDEx)

Developer's Guide

(TBD)

Note


© 2017 - 2018 UC, San Diego Trey Ideker Lab

Application is designed and implemented by Keiichiro Ono (kono ucsd edu). Data-Driven