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