From 0c8943c59017da2866a6bf90457a9367c3b494a3 Mon Sep 17 00:00:00 2001 From: kataviz Date: Mon, 10 Sep 2018 18:26:10 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0be1191..804d9307 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,6 @@ To minify the bundled code, first set the environment variable NODE_ENV to "prod Then run rollup to recompile the code. All the demos are using the minified code of the tools. -#### GTEx Gene-eQTL Visualizer -The GTEx Gene-eQTL Visualizer is written in ES5. We are in the process of updating it to ES6. - --- ## GTEx Expression Map @@ -83,6 +80,8 @@ genomic location. The color and size of the bubbles are scaled by the normalized disequilibrium (LD) values of the variants are also displayed and aligned below the bubble heatmap columns. +Note: The GTEx Gene-eQTL Visualizer is currently in ES5. We will update the code to ES6 in the near future. + [Portal Link](https://gtexportal.org/home/bubbleHeatmapPage/ACTN3) ![GTEx Gene-eQTL Visualizer Screen Shot](/images/GTEx-gene-eqtl-visualizer.png)