-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhierarchy-graph.html
30 lines (22 loc) · 1.21 KB
/
hierarchy-graph.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Generic protein expression view for Human Body</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="dist/heatmap-table.css">
<!-- you should include styles inside styles folder -->
<link rel="stylesheet" href="styles/nx-protein-expression.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- // <script type="text/javascript" src="bower_components/d3/d3.min.js"></script> -->
<script type="text/javascript" src="dist/heatmap-table-vendor.js"></script>
<script type="text/javascript" src="src/convert-nextprot-to-heatmap.js"></script>
<script type="text/javascript" src="dist/heatmap-table.js"></script>
<script type="text/javascript" src="vendor/nextprot-core.js"></script>
<script type="text/javascript" src="src/app.js"></script>
</head>
<body>
</body>
</html>