Haynes:Jmol Guide: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 21: Line 21:
* '''color CPK''' - Sets the color of the selected region to follow the CPK convention. Hydrogen = white, Carbon = black, Nitrogen = blue, Oxygen = red, etc. (See http://en.wikipedia.org/wiki/CPK_coloring)
* '''color CPK''' - Sets the color of the selected region to follow the CPK convention. Hydrogen = white, Carbon = black, Nitrogen = blue, Oxygen = red, etc. (See http://en.wikipedia.org/wiki/CPK_coloring)


===Frequently Used Command Combinations===
==Frequently Used Command Combinations==
String together multiple commands by using a semicolon.
String together multiple commands by using a semicolon.


* '''select :chainLetter; color someColor''' - Change the color of a subunit/ chain. Substitute A, B, C, etc. for "chainLetter". This selects a single contiguous peptide in multi-part protein complexes. Substitute red, blue, yellow, orange, etc. for "someColor."
* '''select :chainLetter; color someColor''' - Change the color of a subunit/ chain. Substitute A, B, C, etc. for "chainLetter". This selects a single contiguous peptide in multi-part protein complexes. Substitute red, blue, yellow, orange, etc. for "someColor."

Revision as of 17:12, 18 February 2012

The solved 3D structures for thousands of proteins (many of which are used in our work) are available at the Protein Data Bank (PDB). These are useful for investigating protein structure and function, and for discovering/ designing new modular (BioBrick) parts.

Different regions of the protein, its ligands, subunits, and physical properties can be displayed in different colors, renderings, etc. to make informative images for your web pages, presentations, and posters. Please share helpful tips for using Jmol to accomplish this...

Select

Before executing any display commands, you'll want to specify what you want to change.

Select: Atoms

Select: Ligands

Select: Proteins

  • select: all - Selects the entire structure.
  • select :chainLetter - Selects a single contiguous peptide in multi-part protein complexes. Substitute a letter (a, b, c, etc.) for "chainLetter". You can figure out chain letters quickly by trial and error.
  • select residueNumber:chainLetter - Selects an amino acid residue within a chain. Substitute "residueNumber" with the number of the amino acid in the protein chain, and "chainLetter" with a, b, c, etc.

Color

Commands for changing the color of the selected regions.

  • color someColor - Substitute red, blue, yellow, orange, etc. for "someColor."
  • color CPK - Sets the color of the selected region to follow the CPK convention. Hydrogen = white, Carbon = black, Nitrogen = blue, Oxygen = red, etc. (See http://en.wikipedia.org/wiki/CPK_coloring)

Frequently Used Command Combinations

String together multiple commands by using a semicolon.

  • select :chainLetter; color someColor - Change the color of a subunit/ chain. Substitute A, B, C, etc. for "chainLetter". This selects a single contiguous peptide in multi-part protein complexes. Substitute red, blue, yellow, orange, etc. for "someColor."