Switch to unified view

a b/docs/GAMBL/ALPK2_protein.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: 'ALPK2',
17
  genome:'hg19',
18
  block:0,
19
  positionbygene:'ALPK2',
20
  tracks:[
21
    {
22
      type:'mds3',
23
      name:'GAMBL DLBCLs',
24
      bcf: {
25
        url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/grch37/20-05-24/DLBCL_genomes.vcf.gz'
26
      }
27
    },
28
    {
29
      type:'mds3',
30
      name:'GAMBL FLs',
31
      bcf: {
32
        url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/grch37/20-05-24/FL_genomes.vcf.gz'
33
      }
34
    },
35
    {
36
      type:'mds3',
37
      name:'GAMBL BLs',
38
      bcf: {
39
        url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/grch37/20-05-24/BL_genomes.vcf.gz'
40
      }
41
    },
42
    {
43
      type:'mds3',
44
      name:'GAMBL MCLs',
45
      bcf: {
46
        url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/grch37/20-05-24/MCL_genomes.vcf.gz'
47
      }
48
    }
49
  ],
50
  nativetracks: 'RefGene',
51
  noheader:true,
52
  nobox:true,
53
  hlaachange: 'p.Tyr646Phe,p.Tyr646Ser,Tyr646Phe,Y646H'
54
})
55
</script>
56
</body>
57
</html>