From 9f84b220808da819ed2a19c4cf04490567530b0c Mon Sep 17 00:00:00 2001 From: bw2 Date: Tue, 12 Sep 2023 00:24:57 -0400 Subject: [PATCH] minor changes to igv.js track docs --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fed0b47..32aba02 100644 --- a/index.html +++ b/index.html @@ -682,8 +682,8 @@ { name: `SpliceAI: A or D ${splicePredictionType} ≥ ${minScore} (?)`, description: `This track visualizes Illumina's precomputed SpliceAI score tables for SNVs and small INDELs.
- Each genomic location where an SNV or INDEL variant would have a SpliceAI score ≥ ${minScore} is shown as the origin of an arrow.
- The arrow points to the location where that variant would most likely cause acceptor or donor ${splicePredictionType}. + Each genomic location where an SNV or INDEL variant has a SpliceAI score ≥ ${minScore} is shown as the origin of an arrow.
+ The arrow points to the location where that variant most likely causes acceptor or donor ${splicePredictionType}. Clicking on the arrow will display additional information.`, type: "spliceJunctions", height: 100,