This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathring.html
99 lines (87 loc) · 4.12 KB
/
ring.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html><head>
<title class="mainNodeSummary">Ring</title>
<meta charset="UTF-8">
<script type="text/javascript" src="../d3.min.js"></script>
<script type="text/javascript" src="BGV.js"></script>
<script type="text/javascript" src="BGV/rest.js"></script>
<script type="text/javascript" src="BGV/ring.js"></script>
<script type="text/javascript" src="BGV/HTMLform.js"></script>
<link rel="stylesheet" href="ring/common.css">
<link rel="stylesheet" href="ring/html.css">
<link rel="alternate stylesheet" href="ring/colorize.css" title="Colorize Throughptu">
</head><body onload="BGV.load()">
<svg xmlns="http://www.w3.org/2000/svg" width="5in" height="5in" version="1.1" baseProfile="tiny" width="300px" height="200px">
<text y="1em" x="2em" class="RINGrotate clockwise">↻</text>
<text y="1em" x="3em" class="RINGrotate anticlockwise">↺</text>
<g id="BGVring"><title class="mainNodeSummary"/><g class="edges"/><g class="taxa"/><g class="nodes"/></g>
</svg>
<dl id="nodeInfo">
<dt>Species</dt>
<dd class="species"></dd>
<dt>Official Symbol</dt>
<dd><a class="restNodeOfficialSymbol"></a></dd>
<dt>Systematic Name</dt>
<dd class="restNodeSystematicName"></dd>
<dt>BioGRID ID</dt>
<dd><a class="restNodeBioGridId"></a></dd>
<dt>Entrez</dt>
<dd><a class="restNodeEntrez"></a></dd>
<dt>Interactions</dt>
<dd><a class="restNodeEdges"></a></dd>
</dl>
<dl id="globalInfo">
<dt>BioGRID Version</dt>
<dd class="BioGRIDVersion"></dd>
<dt>Total Interactions</dt>
<dd><a class="restTab2 InteractionCount"></a></dd>
<dt>Navigation</dt>
<dd><input type="button" value="Search" class="nodeSearch"><input type="button" value="Follow" class="nodeFollow" disabled></dd>
</dl>
<form name="REST">
<fieldset id="throughputFilter"><legend>Throughput Filter</legend>
<label><input type="radio" name="throughputTag" value="any" checked="checked">Any</label>
<label><input type="radio" name="throughputTag" value="high">High</label>
<label><input type="radio" name="throughputTag" value="low">Low</label>
</fieldset>
<fieldset id="interactionFilter"><legend>Interaction Filter</legend>
<label><input type="checkbox" checked="checked" name="interSpeciesExcluded">Include Interspecies Interactions</label><br>
<label><input type="checkbox" checked="checked" name="selfInteractionsExcluded">Include Self Interaction</label><br>
<label><input type="checkbox" checked="checked" name="includeInteractorInteractions">Include Interactor Interactions</label>
</fieldset>
<fieldset id="evidenceFilter"><legend>Evidence Filter</legend>
<select name="evidenceList" multiple size="4"><optgroup label="Physical">
<option class="physical">Affinity Capture-Luminescence</option>
<option class="physical">Affinity Capture-MS</option>
<option class="physical">Affinity Capture-RNA</option>
<option class="physical">Affinity Capture-Western</option>
<option class="physical">Biochemical Activity</option>
<option class="physical">Co-crystal Structure</option>
<option class="physical">Co-fractionation</option>
<option class="physical">Co-localization</option>
<option class="physical">Co-purification</option>
<option class="physical">Far Western</option>
<option class="physical">FRET</option>
<option class="physical">PCA</option>
<option class="physical">Protein-peptide</option>
<option class="physical">Protein-RNA</option>
<option class="physical">Reconstituted Complex</option>
<option class="physical">Two-hybrid</option>
</optgroup><optgroup label="Genetic">
<option class="genetic">Dosage Growth Defect</option>
<option class="genetic">Dosage Lethality</option>
<option class="genetic">Dosage Rescue</option>
<option class="genetic">Negative Genetic</option>
<option class="genetic">Phenotypic Enhancement</option>
<option class="genetic">Phenotypic Suppression</option>
<option class="genetic">Positive Genetic</option>
<option class="genetic">Synthetic Growth Defect</option>
<option class="genetic">Synthetic Haploinsufficiency</option>
<option class="genetic">Synthetic Lethality</option>
<option class="genetic">Synthetic Rescue</option>
</optgroup></select>
<label><input class="toggle" type="checkbox">Physical</label><br/>
<label><input class="toggle" type="checkbox">Genetic</label>
</fieldset>
</form>
</body></head>