Difference between revisions of "Seq view"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
+
The '''seq_view''' command turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily.  When the sequence viewer is turned on, you can select individual residues or multiple residues by selecting residues, using the mouse, on the sequence viewer.
seq_view turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily.
 
  
 
==Syntax==
 
==Syntax==
 +
<source lang="python">
 +
# to turn the sequence viewer on.
 +
set seq_view, 1
  
set seq_view, 1  to turn the sequence viewer on.
+
# to turn the sequence viewer off.
 
+
set seq_view, 0
set seq_view, 0   to turn the sequence viewer off.
+
</source>
 
 
  
 
==Related settings==
 
==Related settings==

Revision as of 19:27, 5 March 2007

Overview

The seq_view command turns the sequence viewer on and off. The sequence viewer is a very handy tool, you can use it for example to select residues very easily. When the sequence viewer is turned on, you can select individual residues or multiple residues by selecting residues, using the mouse, on the sequence viewer.

Syntax

# to turn the sequence viewer on.
set seq_view, 1

# to turn the sequence viewer off.
set seq_view, 0

Related settings

seq_view_color

seq_view_discrete_by_state

seq_view_fill_char

seq_view_fill_color

seq_view_format

seq_view_label_color

seq_view_label_mode

seq_view_label_spacing

seq_view_label_start

seq_view_location

seq_view_overlay

seq_view_unaligned_color

seq_view_unaligned_mode