-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
55 lines (52 loc) · 2.73 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>mitoPADdb - Mitochondrial Proteins Associated with Diseases database</title>
<link rel = "stylesheet" type = "text/css" href = "css/main.css" />
</head>
<body style="background-color:#ffffff;">
<div class = "section_header">
<center><p class="title">mitoPADdb - Mitochondrial Proteins Associated with Diseases database</p></center>
</div>
<div class = "section_menu">
<center>
<table cellpadding="3px">
<tr class="nav">
<td class="nav"><a href="index.html" class="side_nav">Home</a></td>
<td class="nav"><a href="browse.html" class="side_nav">Browse</a></td>
<td class="nav"><a href="statistics.html" class="side_nav">Statistics</a></td>
<td class="nav"><a href="help.html" class="active">Help</a></td>
<td class="nav"><a href="team.html" class="side_nav">Team</a></td>
</tr>
</table>
</center>
</div>
<div class = "section_middle" style="width:70%; margin:0 15% 0 15%;">
<ol type="1">
<li>
The <b>search option</b> is available on the homepage. Users can search with a gene symbol
or UniProt accession ID, which provides information about mutations, expressional variation,
pathways, and associated diseases with source identifiers in output pages.
</li><br/>
<center><img src="resource/Slide1_help.png" height="1200px" /></center>
<li>
The <b>browse option</b> allows users to access the data in five ways: 1) Gene symbol,
2) Pathway name, 3) Disease category name, 4) Disease category-wise MPE gene expression
Heatmap, and 5) Disease category pairwise comparison of MPE gene expression heatmap.
<br/><br/>
<center><img src="resource/Slide2_help.png" height="1200px" /></center>
<br/>
There are a few buttons to modify the heatmap.
<center><img src="resource/Slide3_help.png" height="300px" /></center>
</li>
</ol>
<br/><hr/>
<p style="font-size:0.9em;text-align:center;">
© 2024 Bose Institute. All rights reserved. For queries, please contact Dr. Sudipto Saha
(<a class="link" href="mailto:[email protected]">[email protected]</a>,
<a class="link" href="mailto:[email protected]">[email protected]</a>).
</p>
</div>
</body>
</html>