Entering edit mode
13.8 years ago
Elisa
▴
80
Hi, I have a DSSP file CCCCHHEECCC............. I'd like to draw it. Do you know any program?
Thank in advance
Hi, I have a DSSP file CCCCHHEECCC............. I'd like to draw it. Do you know any program?
Thank in advance
The first Google hit for "DSSP graphics" suggests ESPript for this purpose. It also has a web interface.
It's actually quite simple. You can generate an html like the following:
<html> <link rel="stylesheet" href="https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d_full_ui_2.22.0.css"> <body> <div class="icn3d-dl_sequence" style="font-size: 0;"> <span class="icn3d-coil"> </span> <span class="icn3d-coil"> </span> <span class="icn3d-helix"> </span> <span class="icn3d-helix2"> </span> <span class="icn3d-helix"> </span> <span class="icn3d-helix2"> </span> <span class="icn3d-helix"> </span> <span class="icn3d-helix2"> </span> <span class="icn3d-coil"> </span> <span class="icn3d-coil"> </span> <span class="icn3d-sheet"> </span> <span class="icn3d-sheet"> </span> <span class="icn3d-sheet"> </span> <span class="icn3d-sheet"> </span> <span class="icn3d-sheet"> </span> <span class="icn3d-sheet2"> </span> </div> </body> </html>
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.