Switch to unified view

a b/docs/GAMBL/ANK2_protein_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
  gene: 'ANK2',
17
  genome:'hg38',
18
  block:0,
19
  positionbygene:'ANK2',
20
  tracks:[
21
    {
22
      type:'vcf',
23
      name:'GAMBL DLBCL',
24
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/DLBCL_genomes.hg38.coding.2.vcf.gz'
25
    },
26
    {
27
      type:'vcf',
28
      name:'GAMBL FL',
29
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/FL_genomes.hg38.coding.2.vcf.gz'
30
    },
31
    {
32
      type:'vcf',
33
      name:'GAMBL BL',
34
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/BL_genomes.hg38.coding.2.vcf.gz'
35
    },
36
    {
37
      type:'vcf',
38
      name:'GAMBL MCL',
39
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/MCL_genomes.hg38.coding.2.vcf.gz'
40
    }
41
  ],
42
  nativetracks: 'RefGene',
43
  noheader:true,
44
  nobox:true,
45
  hlaachange: 'p.Tyr646Phe,p.Tyr646Ser,Tyr646Phe,Y646H'
46
})
47
</script>
48
</body>
49
</html>