Cartoon ring mode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
This setting affects how PyMol draws the bases in a nucleic acid representation. | PyMOL provides a variety of representations for illustrating nucleic acid structures. This setting, '''ring_mode''', affects how PyMol draws the bases in a nucleic acid representation. | ||
== Syntax == | == Syntax == | ||
<source lang="python"> | <source lang="python"> | ||
# try other natural numbers | |||
set cartoon_ring_mode, 3 | |||
</source> | </source> | ||
Currently, there are 7 modes, numbered '''0''' through '''6'''. See the illustrations below. | |||
== Examples == | == Examples == | ||
<gallery> | |||
Image:Crm_0.png|Set to 0 | |||
Image:Crm_1.png|Set to 1 | |||
Image:Crm_2.png|Set to 2 | |||
Image:Crm_3.png|Set to 3 | |||
Image:Crm_4.png|Set to 4 | |||
Image:Crm_6.png|Set to 6 | |||
</gallery> | |||
== See Also == | == See Also == | ||
[[Cartoon#Nucleic_Acid_Representation]] | [[Cartoon#Nucleic_Acid_Representation]] | ||
[[Category:Settings|Cartoon ring mode]] | |||
[[Category:Nucleic_Acids|Cartoon ring mode]] |
Latest revision as of 16:16, 2 November 2007
Overview
PyMOL provides a variety of representations for illustrating nucleic acid structures. This setting, ring_mode, affects how PyMol draws the bases in a nucleic acid representation.
Syntax
# try other natural numbers
set cartoon_ring_mode, 3
Currently, there are 7 modes, numbered 0 through 6. See the illustrations below.