Switch to unified view

a b/docs/GAMBL/ARID1B_hg38.html
1
<!DOCTYPE html>
2
<html>
3
<head>
4
     <meta charset="utf-8">
5
</head>
6
<body>
7
8
<script src="https://proteinpaint.stjude.org/bin/proteinpaint.js" charset="utf-8"></script>
9
10
<div id=aaa style="margin:10px"></div>
11
12
<script>
13
runproteinpaint({
14
  host:'https://proteinpaint.stjude.org',
15
  holder:document.getElementById('aaa'),
16
  genome:'hg38',
17
  block:1,
18
  positionbygene:'ARID1B',
19
  tracks:[
20
    {
21
      type:'vcf',
22
      name:'GAMBL DLBCL',
23
      url: "https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/DLBCL_genomes.hg38.vep.sort.vcf.gz"
24
    },
25
    {
26
      type:'vcf',
27
      name:'GAMBL FL',
28
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/FL_genomes.hg38.vep.sort.vcf.gz'
29
    },
30
    {
31
      type:'vcf',
32
      name:'GAMBL BL',
33
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/BL_genomes.hg38.vep.sort.vcf.gz'
34
    },
35
    {
36
      type:'vcf',
37
      name:'GAMBL MCL',
38
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/MCL_genomes.hg38.vep.sort.vcf.gz'
39
    }
40
  ],
41
  nativetracks: 'RefGene',
42
  noheader:true,
43
  nobox:true
44
})
45
</script>
46
</body>
47
</html>