Skip to content

Commit

Permalink
minor changes to igv.js track docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Sep 12, 2023
1 parent 954bf92 commit 9f84b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/>
Each genomic location where an SNV or INDEL variant would have a SpliceAI score ≥ ${minScore} is shown as the origin of an arrow.<br />
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.<br />
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,
Expand Down

0 comments on commit 9f84b22

Please sign in to comment.