123456789101112131415161718192021 |
- <html lang="en" class=""><head>
- <meta charset="UTF-8">
- <title>CodePen Demo</title>
- </head>
- <body>
- <script src="../build/dist/rcsb-saguaro-3d.js" type="text/javascript"></script>
- <div id="pfv" style="position: absolute" ></div>
- <script>
- const fv = new RcsbFv3D.assembly({config:{entryId:" 2UZI", title: "3D Protein Feature View: 7BAA", subtitle: "Cys-42-tethered stabilizer 12 of 14-3-3(sigma)/ERa PPI"}});
- fv.render();
- </script>
- </body></html>
|