Collections:
Assign Embedded 3Dmol Viewer to DIV
How to assign Embedded 3Dmol Viewer to a "div" element?
✍: FYIcenter.com
Here is an HTML code example, Embedded-Viewer-PDB.html, that
assigns the Embedded 3Dmol Viewer to in "div" element.
It also uses "data-*" attributes to load a protein from the PDB Websites,
creates a selection from chain A and displays it in cartoon style.
<html><head> <script src="/3Dmol-min.js"></script> </head> <body> <div style="width: 400px; height: 400px; position: relative;" class="viewer_3Dmoljs" data-pdb="1YCR" data-select='chain:A' data-style='cartoon:color=spectrum' data-ui="true" /> </body></html>
This example HTML code will display a PDB protein in cartoon style:
Note that the protein structure data is downloaded with the following PDB API:
http://files.rcsb.org/view/{PDB_ID}.pdb
⇒ Multiple Selections with Embedded 3Dmol Viewer
⇐ What Is Embedded 3Dmol Viewer
⇑⇑ 3Dmol.js FAQ
2023-01-30, 786🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1004720 Names: InChIKey: CWUPWQLKYNCKBJ-UHFFFAOYS A-MSMILES: CCC[Sn](F)(CC...
Molecule Summary: ID: FYI-1000291 SMILES: CCN(CC)CCOC(=O)C1=CC=C(C =C1)NReceived at FYIcenter.com on...
Molecule Summary: ID: FYI-1003590 Names: InChIKey: OIRCOABEOLEUMC-GEJPAHFPS A-NSMILES: CC[C@H](C)[C@...
Molecule Summary: ID: FYI-1005531 Names: InChIKey: KVYWDANIDGXUSK-UHFFFAOYS A-NSMILES: c1cc2cc3c1cc2...
Molecule Summary: ID: FYI-1001179 SMILES: Oc1cc(O)c(C(=O)CCc2ccc(O )c(O)c2)c(O)c1Received at FYIcent...