sharmalab / eaglescope

Hierarchical and Cohort Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eaglescope

Eaglescope is a configurable code-free interactive visualization and cohort selection tool designed for biomedical data exploration.

Development

Install dependencies using npm install

Develop mode using npm run dev

Running

Prerequisites
Installation
  • Clone the repository
  • Enter the eaglescope 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

  • Go to http://localhost:1234.

Interactive Demo Site

Eaglescope Demo

Demo Video

Demo Video

Architecture

OVERALL

About

Hierarchical and Cohort Visualization

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


Languages

Language:JavaScript 85.2%Language:HTML 7.3%Language:CSS 6.4%Language:TeX 0.6%Language:SCSS 0.4%Language:Dockerfile 0.1%Language:Shell 0.0%