they are insertions (relative to the associated sequence in the
alignment) and grey if they are N or C terminal flanks outside the
region mapped to the alignment window's sequence.</em></li>
+ <li><strong>By Chain<br>
+ </strong><em>Uses the Chimera 'rainbow chain' command to apply a different colour to each chain.</em></li>
<li><strong>Charge & Cysteine<br>
</strong><em> Highlights cysteines in yellow, anionic (Aspartic Acid or
Glutamic Acid) residues in red, and cationic (Lysine or Arginine)
action.apply = Apply
action.apply_threshold_all_groups = Apply threshold to all groups
action.apply_all_groups = Apply to all Groups
-action.by_chain = By chain
+action.by_chain = By Chain
action.by_sequence = By Sequence
action.paste_annotations = Paste Annotations
action.format = Format
public void colourByChain()
{
colourBySequence = false;
- // this is not a valid Chimera command; is there one? Menu option hidden
- evalStateCommand("select *;color chain",false);
+ evalStateCommand("rainbow chain", false);
}
public void colourByCharge()
_alignwith = new Vector<AlignmentPanel>();
}
- // no colour by chain command in Chimera?
- chainColour.setVisible(false);
-
// save As not yet implemented
savemenu.setVisible(false);