Drawing Dssp File
Hi, I have a DSSP file CCCCHHEECCC............. I'd like to draw it. Do you know any program?
Thank in advance
• 4,433 views
•
link
2 answers
The first Google hit for "DSSP graphics" suggests ESPript for this purpose. It also has a web interface.
• 1 views
•
link
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>
• 0 views
•
link
Log in to answer this question.