clanviewer
Version:
A component to visualise the relationships between the Pfam families in a clan
20 lines (19 loc) • 524 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Testing</title>
</head>
<body>
<h1>Example using Pfam format</h1>
<div id="container" style="height: 500px"></div>
<button id="clear-button">Clear</button>
<button id="reload-button">Reload Data</button>
<h1>Example using InterPro format</h1>
<div id="container2" style="height: 500px"></div>
<select id="nodeLabel">
<option>accession</option>
<option>name</option>
</select>
</body>
</html>