+ +
+
+
import nglview as nv
+
+
+
+
+
+
+
+
+
import Bio
+from Bio import PDB, SeqIO, SeqUtils, Align
+
+
+
+
+
+
+
prot = nv.show_pdbid('1rpy')
+prot.clear_representations()
+prot.add_representation('cartoon')
+prot.add_representation('licorice', selection='ring')
+
+prot.gui_style = 'ngl'
+prot
+
+
+
+
+
+
+ + + + +