Website: https://flekschas.github.io/enhancer-gene-vis
Paper: Nasser et al., "Genome-wide enhancer maps link risk variants to disease genes", Nature, 2021.
This web-based visualization provides access to genome-wide ABC enhancer-gene connections across 131 biosamples and allows you to correlated the enhancers with genetic variants.
Coming Soon! Meanwhile please read the introduction.
#### Installation ```bash $ git clone https://github.com/flekschas/enhancer-gene-vis && enhancer-gene-vis $ npm install ``` #### Commands **Developmental server**: `npm start` **Production build**: `npm run build` **Demo build**: `npm run build-demo`