Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.99 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.99 KB

Cistrome Explorer

Interactive visual analytic tool for exploring epigenomics data w/ associated metadata, powered by HiGlass and Cistrome Data Browser Toolkit

Development

Install dependencies with yarn (v1):

yarn

Run development server for demo app:

yarn start

Run tests:

yarn test
# or
yarn test --watch

Production

Build demo app for production:

yarn build

Build for NPM package:

yarn build-pkg

Docs

yarn docs

Data processing resources

Presentations and other resources

Related repositories