-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
425 lines (300 loc) · 13.4 KB
/
faq.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="//igv.org/web/img/favicon.ico">
<title>ImmuneRegulation</title>
<!-- Bootstrap CSS - NOT REQUIRED FOR IGV -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery UI CSS -->
<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css"/>
<!-- Font Awesome CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="//igv.org/web/img/favicon.ico">
<!-- IGV CSS -->
<link rel="stylesheet" type="text/css" href="https://igv.org/web/beta/igv.css">
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.13/css/jquery.dataTables.css">
<!--link rel="stylesheet" type="text/css" src="./css/jquery.dataTables.min.css"-->
<!-- jQuery JS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<!-- Bootstrap JS - NOT REQUIRED FOR IGV -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- IGV JS - Deneme DEV -->
<script src="./js/igv-immuneregulation.js"></script>
<!-- D3 JS -->
<script src='http://d3js.org/d3.v3.min.js'></script>
<!-- Bootstrap Multi-Select -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.13/js/bootstrap-multiselect.min.js" integrity="sha256-1fK87Pt9T7XXn/Vj3CWSfJlZkL5f73092A8YL7p7avc=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.13/css/bootstrap-multiselect.css" integrity="sha256-O1jJhOIWWDc3wq75g7aXDl7aEQT2XPkieX/Mz/u4hQ0=" crossorigin="anonymous"/>
<!-- DataTables JS -->
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.13/js/jquery.dataTables.js"></script>
<!--script type="text/javascript" charset="utf8" src="./js/jquery.dataTables.min.js"></script-->
<style type="text/css">
#custom-search-input {
margin:0;
margin-top: 10px;
padding: 0;
}
#custom-search-input .search-query {
padding-right: 3px;
padding-right: 4px \9;
padding-left: 3px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#custom-search-input button {
border: 0;
background: none;
/** belows styles are working good */
padding: 2px 5px;
margin-top: 2px;
position: relative;
left: -28px;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#D9230F;
}
.search-query:focus + button {
z-index: 3;
}
.graph-svg-component {
background-color: AliceBlue;
}
.filter {
display: inline-block;
}
#geneSearch {
background: #1974B8;
}
#geneSearch:hover {
background: #035b9c;
}
#geneSearch:active {
background: #1974B8;
}
.btn, .btn-primary {
background: white;
padding: 14px 24px;
font-weight: 400;
letter-spacing: 1px;
border-radius: 0;
border: 1 solid;
border-color: #bbb;
}
.btn-group, .btn-group-vertical {
margin-left: 10px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0 none;
border: 2 solid;
border-color: #bbb;
}
.btn-primary.active, .btn-primary:focus, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
background: lightgray;
color: #000;
box-shadow: none;
border: 1 solid;
border-color: #bbb;
}
.btn-primary:hover {
background: #bbb;
border: 1 solid;
border-color: #bbb;
}
.btn-primary:active, .btn-primary.raised.active {
background: lightgray;
box-shadow: none;
margin-bottom: -3px;
margin-top: 3px;
border: 1 solid;
border-color: #bbb;
}
.btn-primary.disabled, .btn-primary.disabled:focus, .btn-primary.disabled:active {
background: lightgray;
color: white;
opacity: .7;
border: 1 solid;
border-color: #bbb;
}
circle {
fill-opacity: .7;
fill: rgb(30,144,255);
stroke: #aaa;
}
circle:hover {
fill: red;
stroke: #ccc;
}
caption {
font-size:medium;
text-align: center;
color: blue;
}
table {
font-size: medium;
}
path.line {
fill: none;
stroke: #666;
stroke-width: 1.5px;
}
path.area {
fill: #e7e7e7;
}
.axis {
shape-rendering: crispEdges;
}
.x.axis line {
stroke: #fff;
}
.x.axis .minor {
stroke-opacity: .5;
}
.x.axis path {
display: none;
}
.y.axis line,
.y.axis path {
fill: none;
stroke: #000;
}
.axis--y text {
font: oblique 10px Georgia, serif;
}
div.tooltip {
position: absolute;
text-align: left;
width: 160px;
height: auto;
padding: 10px;
font: 12px sans-serif;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
pointer-events: none;
}
.navbar-nav:hover {
background: #77b7ec;
}
.navbar-nav>.open {
background: #1974B8;
}
.navbar-nav > li > a:active {
font-size: larger;
}
.navbar-nav > li > a:focus {
font-size: larger;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background: #77b7ec;
}
</style>
</head>
<body role="document" style="background: #eee;">
<nav class="navbar navbar-inverse navbar-fixed-top" style= "margin-botom:0px;">
<div class="container-fluid" style = "background: #1974B8;">
<div id="navbar">
<ul class="nav navbar-nav" style="margin-left:100px;">
<li>
<a href="index.html" style="padding:0px;"> <img src="images/Logo.png" alt="ImmuneRegulation" height="40" style="margin-right: 10px; margin-top:5px;"> </a>
</li>
<li>
<a href="index.html" class="navbar-brand" style="color: white;" role="button" aria-expanded="false">ImmuneRegulation </a>
</li>
</ul>
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle navbar-brand" style="color: white; margin-left: 10px; opacity:0.5;" data-toggle="dropdown" role="button" aria-expanded="false">Example Queries   
</a>
</li>
</ul>
<!--ul class="nav navbar-nav">
<li><a class="navbar-brand" style="color: white; margin-left: 10px;" href="metadata-all.html">Query Meta-data</a>
</a>
</li>
</ul-->
<ul class="nav navbar-nav">
<li><a class="navbar-brand" style="color: white; margin-left: 10px;" href="tutorials.html">Tutorials</a>
</a>
</li>
</ul>
<ul class="nav navbar-nav">
<li><a class="navbar-brand" style="color: white; margin-left: 10px;" href="feedback.html">Contact Us</a>
</a>
</li>
</ul>
<ul class="nav navbar-nav">
<li><a class="navbar-brand" style="color: white; margin-left: 10px;" href="faq.html">FAQ</a>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://www.mssm.edu" target="_blank" style = "padding-top: 0px; padding-bottom: 0px; margin-left: 10px;">
<img src="images/logo.gif" alt="Mount Sinai" height="40" style = "margin-left: 10px; margin-right: 100px; margin-top:5px; margin-bottom:5px;">
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="navbar-brand" target="_blank" style="color: white; margin-left: 10px; margin-right: 30px;" href="https://www.immunespace.org/">ImmuneSpace </a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container" id = "mainContainer" style="background: white; padding-bottom: 50px; margin-top: 70px; margin-bottom:70px;"> <!-- container start -->
<div class="row" style="background: white; padding-bottom: 50px; margin-top: 30px; font-family:serif;">
<div class="col-md-1" >
</div>
<div class="col-md-10" >
<ul>
<h3 style="text-align:center"s> <em> <strong> Frequently Asked Questions (FAQ) </strong> </em> </h3>
<li> <h4 style="margin-top: 40px;"> <em> <strong> What do you mean by expression quantitative trait loci (eQTLs)? </strong> </em> </h4> </li>
<h4 style="margin-top: 30px; line-height: 1.3;"> eQTLs are regions of the genome containing DNA sequence variants that influence the expression level of one or more genes.<br><br>eQTLs may act in <strong> cis </strong>(locally) or <strong> trans </strong> (at a distance) to a gene. </h4>
<li> <h4 style="margin-top: 40px;"> <em> <strong> What do you mean by Transcription factors (TF)? </strong> </em> </h4> </li>
<h4 style="margin-top: 30px; line-height: 1.3;"> Transcription factors are proteins involved in the process of converting, or transcribing, DNA into RNA.<br><br>Transcription factors include a wide number of proteins, excluding RNA polymerase, that initiate and regulate the transcription of genes. </h4>
<li> <h4 style="margin-top: 40px;"> <em> <strong> Why some of the information (e.g. gene name, SNP id, etc.) is missing in the results that I get? </strong> </em> </h4> </li>
<h4 style="margin-top: 30px; line-height: 1.3;"> We gather the data for Non-HIPC studies from public resources (e.g. literature). We process and perform the necessary data completion/transformation as much as possible. However, there is still missing information in some of the datasets.</h4>
<li> <h4 style="margin-top: 40px;"> <em> <strong> Why does it take too long to visualize the results of my query? </strong> </em> </h4> </li>
<h4 style="margin-top: 30px; line-height: 1.3;"> The time it takes to visualize the results of your query may depend on various factors. However, one of the main factors is the number of datasets included in your query. If your query involves multiple datasets with large volumes, loading and processing will take a longer time. <br><br>To alleviate the side effects of having multiple datasets in your query, we suggest that you begin with a limited number of datasets and then modify your query to add more datasets incrementally. </h4>
<li> <h4 style="margin-top: 40px;"> <em> <strong> Why can't I see/visualize the results for my private study(ies)? </strong> </em> </h4> </li>
<h4 style="margin-top: 30px; line-height: 1.3;"> The user/private datasets you upload to immuneRegulation must be formatted in a certain way to properly visualize the data. Please make sure your dataset is formatted accordingly (e.g. columns, column headers) with the instructions before uploading to immuneRegulation. </h4>
<h4 style="margin-top: 50px; font-size:20px;"> <em> For further questions, comments, and/or issues, please contact us: zeynep dot gumus at mssm dot edu </em> </h4>
</ul>
</div>
</div> <!-- container finish-->
<nav class="navbar navbar-inverse navbar-fixed-bottom" style= "margin:5px; border: 1 px solid; border-color: gray; height: 60px;">
<nav class="nav-upper" style = "background: #3f97ca; height: 60px; padding-top:10px;">
<div class="container-fluid" style = "text-align:center; color:white; font-size: normal;">
<ul class="nav navbar-upper">
<li> ImmuneRegulation <span> | </span> Version 1.0.0 </li>
<li> <span><a href = "http://research.mssm.edu/gumuslab/" style = "color:white; text-decoration:underline;"> Gümüş Lab </a></span>
<span> | </span>Icahn School of Medicine at Mount Sinai </li>
</ul>
</div>
</nav>
</nav>
<div class="container-fluid">
<footer>
<p></p>
</footer>
</div>
</body>
</html>