forked from igvteam/igv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (29 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>igv.js Examples page</title>
</head>
<body>
<div>
<h1>igv.js Examples</h1>
<a href="examples/bam.html">BAM Alignments</a><p/>
<a href="examples/ga4gh.html">GA4GH</a><p/>
<a href="examples/htsget.html">htsget Alignments</a><p/>
<a href="examples/copyNumber.html">Segmented Copy Number</a><p/>
<a href="examples/1kg-vcf.html">1KG Phase 3 Variants</a><p/>
<a href="examples/customReference.html">Custom Genome Reference</a><p/>
<a href="examples/multi-locus.html">Multi-locus</a><p/>
<a href="examples/multipleBrowsers.html">Multiple Browsers</a><p/>
<a href="examples/groupAutoscale.html">Group Autoscale</a><p/>
<a href="examples/roi.html">Regions of Interest</a><p/>
<a href="examples/dataURI.html">Data URI</a><p/>
<a href="examples/embedFeatures.html">Embedded Features</a><p/>
<a href="examples/api.html">API</a><p/>
<a href="examples/igv-esm.html">ES6 Module</a><p/>
<a href="examples/igv-require.html">Require.js Module</a><p/>
<a href="examples/igv-links.html">IGV session links</a><p/>
<a href="examples/tabs.html">igv.js in a tab</a><p/>
</div>
</body>
</html>