hierarchic-heatmap-table-component
Version:
A visualisation tool for displaying rows in a hiearchic manner with heatmap capabilities
30 lines (22 loc) • 1.27 kB
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>