stallionz-arch / eaglescope

Hierarchical and Cohort Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataScope 2

Cohort Visualization And Selection Dashboard For Biomedical Data Exploration Without Any Coding.

Development

Install dependencies using npm install

Develop mode using npm run dev

Running

Prerequisites
Installation
  • Clone the repository
  • Enter the datascope2 directory (this directory)
  • Get dependencies with ```npm install``
  • Run npm run build
Running
  • Modify the files present in ./config/vis-config.json to fit your needs:

    • UNIT_OF_GRID_VIEW (For basic unit in each viusal component)
    • MARGIN_OF_GRID_VIEW (For setting the margin unit in pixel)
    • DATA_RESOURCE_URL (For data resource)
    • VISUALIZATION_VIEW_CONFIGURATION (For dashboard settings)
  • Run npm run dev

  • Goto http://localhost:1234 from your favorite browser.

Architecture

OVERALL

DEMO VIDEO

About

Hierarchical and Cohort Visualization

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 83.5%Language:HTML 8.1%Language:CSS 7.9%Language:SCSS 0.3%Language:Dockerfile 0.2%Language:Shell 0.0%