diff --git a/dev/alignment/bamNonIndexed.html b/dev/alignment/bamNonIndexed.html index d300ebea2..c1223e6d7 100644 --- a/dev/alignment/bamNonIndexed.html +++ b/dev/alignment/bamNonIndexed.html @@ -1,7 +1,7 @@ - IGV + igv.js @@ -20,7 +20,7 @@

Non-indexed BAM file

const options = { genome: "hg19", - locus: "gstt1", + locus: "chr22:24,376,164-24,376,475", tracks: [ { id: "myBamTrack", diff --git a/dev/alignment/bamSorted.html b/dev/alignment/bamSorted.html index 466a124cd..cb1993fc2 100644 --- a/dev/alignment/bamSorted.html +++ b/dev/alignment/bamSorted.html @@ -8,12 +8,15 @@

BAM file with initial sort

-In this example a BAM file is loaded with an initial sort position set. Also demonstrated is the use of findTracks -and sort functions to programmatically trigger a sort at specific positions. +In this example a BAM file is loaded with an initial sort position set. Also demonstrated is the use of +findTracksand sort functions to programmatically trigger a sort at specific positions. + +
+ + + +
- - -
diff --git a/examples/copyNumber.html b/examples/copyNumber.html index bae8d7cd8..41b4311d0 100644 --- a/examples/copyNumber.html +++ b/examples/copyNumber.html @@ -15,6 +15,18 @@

Segmented Copy Number

+
+ + Segmented copy number ("seg" format) with + + +
+ +
+ + + + + +

Example illustrating options for coloring GFF and GTF annotation tracks

+

+
    +
  1. color by attribute (column 9)
  2. +
  3. color by source (column 2)
  4. +
  5. color by source with color table
  6. +
+

+ +
+ + + + + + diff --git a/examples/interact.html b/examples/interact.html index b81d3337d..2491af053 100644 --- a/examples/interact.html +++ b/examples/interact.html @@ -13,10 +13,15 @@ -

Interaction (arc) track examples

+

Interact (arc) track examples

-
-
+

Interact tracks from bedpe files.

+ +
+ +

Interact tracks from UCSC interact and bigInteract files.

+ +
- - - - diff --git a/examples/variant-colors.html b/examples/variant-colors.html index 0729620c1..901ae5035 100644 --- a/examples/variant-colors.html +++ b/examples/variant-colors.html @@ -5,7 +5,7 @@ - VCF with VT field + igv.js @@ -14,7 +14,7 @@ -

Example illustrating optinos for coloring VCF variants

+

Example illustrating options for coloring VCF variants

  1. color function
  2. @@ -26,7 +26,7 @@

    -