Drawing Dssp File
2
0
Entering edit mode
13.2 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

secondary software visualization • 3.6k views
ADD COMMENT
1
Entering edit mode
13.2 years ago
Neilfws 49k

The first Google hit for "DSSP graphics" suggests ESPript for this purpose. It also has a web interface.

ADD COMMENT
1
Entering edit mode
3.4 years ago
Jiyao Wang ▴ 370

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">&nbsp;</span>
  <span class="icn3d-coil">&nbsp;</span>
  <span class="icn3d-helix">&nbsp;</span>
  <span class="icn3d-helix2">&nbsp;</span>
  <span class="icn3d-helix">&nbsp;</span>
  <span class="icn3d-helix2">&nbsp;</span>
  <span class="icn3d-helix">&nbsp;</span>
  <span class="icn3d-helix2">&nbsp;</span>
  <span class="icn3d-coil">&nbsp;</span>
  <span class="icn3d-coil">&nbsp;</span>
  <span class="icn3d-sheet">&nbsp;</span>
  <span class="icn3d-sheet">&nbsp;</span>
  <span class="icn3d-sheet">&nbsp;</span>
  <span class="icn3d-sheet">&nbsp;</span>
  <span class="icn3d-sheet">&nbsp;</span>
  <span class="icn3d-sheet2">&nbsp;</span>

</div>

</body>
</html>
ADD COMMENT

Login before adding your answer.

Traffic: 1909 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6