-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhuman36.html
80 lines (68 loc) · 3.4 KB
/
human36.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
layout: genome
---
<script language="javascript">
var b = new Browser({
chr: '22',
viewStart: 30000000,
viewEnd: 30030000,
cookieKey: 'ndw-human-ncbi36',
coordSystem: {
speciesName: 'Human',
taxon: 9606,
auth: 'NCBI',
version: '36',
ucscName: 'hg18'
},
chains: {
hg19ToHg18: new Chainset('http://www.derkholm.net:8080/das/hg19ToHg18/', 'GRCh37', 'NCBI36',
{
speciesName: 'Human',
taxon: 9606,
auth: 'GRCh',
version: 37
})
},
sources: [{name: 'Genome',
twoBitURI: 'http://www.biodalliance.org/datasets/hg18.2bit',
tier_type: 'sequence'},
{name: 'Genes',
desc: 'Gene structures from Ensembl 54',
uri: 'http://www.derkholm.net:8080/das/hsa_54_36p/',
collapseSuperGroups: true,
provides_karyotype: true,
provides_search: true,
provides_entrypoints: true,
maxbins: false},
{name: 'Repeats',
uri: 'http://www.derkholm.net:8080/das/hsa_54_36p/',
stylesheet_uri: 'http://www.biodalliance.org/stylesheets/repeats-L1.xml'},
{name: 'CpG Density',
uri: 'http://www.derkholm.net:8080/das/hg18comp/',
// stylesheet_uri: 'http://www.biodalliance.org/stylesheets/cpg-hist.xml',
style: [{type: 'cpgoe',
style: {glyph: 'LINEPLOT',
FGCOLOR: 'green', HEIGHT: '50'}}]},
{name: 'MeDIP-raw',
desc: 'MeDIP-seq reads from Nature Biotech. 26:779-785',
uri: 'http://www.derkholm.net:8080/das/medipseq_reads/'},
{name: 'BWG test',
bwgURI: 'http://www.biodalliance.org/datasets/spermMethylation.bw',
stylesheet_uri: 'http://www.ebi.ac.uk/das-srv/genomicdas/das/batman_seq_SP/stylesheet'},
{name: 'BBD test',
bwgURI: 'http://www.biodalliance.org/datasets/ensGene.bb',
link: 'http://ncbi36.ensembl.org/Homo_sapiens/Gene/Summary?t=$$',
collapseSuperGroups: true,
disable: true}
],
setDocumentTitle: true,
uiPrefix: '{{site.uiprefix}}/',
searchEndpoint: new DASSource('http://www.derkholm.net:8080/das/hsa_54_36p/'),
browserLinks: {
Ensembl: 'http://ncbi36.ensembl.org/Homo_sapiens/Location/View?r=${chr}:${start}-${end}',
UCSC: 'http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg18&position=chr${chr}:${start}-${end}',
Sequence: 'http://www.derkholm.net:8080/das/hg18comp/sequence?segment=${chr}:${start},${end}'
}
});
</script>
<div id='svgHolder'>Dalliance goes here...</div>