a b/docs/GAMBL/C10orf12.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:'hg19',
17
  block:1,
18
  positionbygene:'C10orf12',
19
  tracks:[
20
    {
21
            type:"bigwig",
22
            url:"https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/DLBCL_genome.10.bw",
23
                name:"DLBCL mutation density",
24
                height:50,
25
                pcolor: "#479450"
26
    },
27
    {
28
            type:"bigwig",
29
            url:"https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/BL_genome.10.bw",
30
                name:"BL mutation density",
31
                height:50,
32
                pcolor: "#926CAD"
33
    },
34
    {
35
            type:"bigwig",
36
            url:"https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/FL_genome.10.bw",
37
                name:"FL mutation density",
38
                height:50,
39
                pcolor: "#EA8368"
40
    },
41
    {
42
            type:"bigwig",
43
            url:"https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/MCL_genome.10.bw",
44
                name:"MCL mutation density",
45
                height:50,
46
                pcolor: "#40E0D0"
47
    },
48
    {
49
      type:'vcf',
50
      name:'GAMBL DLBCL',
51
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/DLBCL_genomes.22-04-24.vcf.gz'
52
    },
53
    {
54
      type:'vcf',
55
      name:'GAMBL FL',
56
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/FL_genomes.22-04-24.vcf.gz'
57
    },
58
    {
59
      type:'vcf',
60
      name:'GAMBL BL',
61
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/BL_genomes.22-04-24.vcf.gz'
62
    },
63
    {
64
      type:'vcf',
65
      name:'GAMBL MCL',
66
      url: 'https://github.com/morinlab/LLMPP/raw/main/hubs/proteinpaint/data/MCL_genomes.22-04-24.vcf.gz'
67
    }
68
  ],
69
  nativetracks: 'RefGene',
70
  noheader:true,
71
  nobox:true
72
})
73
</script>
74
</body>
75
</html>