[fcb5af]: / docs / GAMBL / proteinpaint / ACTB.html

Download this file

48 lines (44 with data), 1.0 kB

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