User:Karsten Theis/overall views

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
The first view of a protein shown in a publication is often a cartoon of the secondary structure <scene name='78/780454/Domains/3'>colored by domains</scene>. Domains are whatever the authors define them as. In the case of UvrB, we highlighted the parts similar to other helicases in yellow and red, while the green, blue and cyan elements were novel. We did try to separate the protein into parts with separate hydrophobic cores (e.g. <scene name='78/780454/Domain3_core/3'>red domain</scene>) along sensible boundaries, but there is mostly no experimental evidence. However, the blue domain is a real domain in the sense that it was deleted in a protein variant that retained function (except UvrA-binding, which is through the blue domain). In a different study, the cyan element was deleted, and again, the remainder of the protein folded properly (but no longer bound tightly to DNA, which is via the cyan hairpin loop).
The first view of a protein shown in a publication is often a cartoon of the secondary structure <scene name='78/780454/Domains/3'>colored by domains</scene>. Domains are whatever the authors define them as. In the case of UvrB, we highlighted the parts similar to other helicases in yellow and red, while the green, blue and cyan elements were novel. We did try to separate the protein into parts with separate hydrophobic cores (e.g. <scene name='78/780454/Domain3_core/3'>red domain</scene>) along sensible boundaries, but there is mostly no experimental evidence. However, the blue domain is a real domain in the sense that it was deleted in a protein variant that retained function (except UvrA-binding, which is through the blue domain). In a different study, the cyan element was deleted, and again, the remainder of the protein folded properly (but no longer bound tightly to DNA, which is via the cyan hairpin loop).
-
<code>select protein; cartoon; color gold;
+
<nowiki>
-
 
+
select protein; cartoon; color gold;
select 415-600; color red;
select 415-600; color red;
- 
select 157-244; color blue;
select 157-244; color blue;
- 
select 244-324, 349-378; color lime;
select 244-324, 349-378; color lime;
- 
select 91-116; color cyan;
select 91-116; color cyan;
- 
select not helix and not sheet; cartoon 0.3 #makes turns a bit thicker
select not helix and not sheet; cartoon 0.3 #makes turns a bit thicker
-
</code>
+
</nowiki>
527,562,535,417,584,595,482,418,588,573,
527,562,535,417,584,595,482,418,588,573,
Line 26: Line 22:
To show where negatively or positively charged molecules are bound, 2D-figures sometimes show surfaces colored by an electrostatic potential calculated from the point charges on Asp, Glu, Arg, Lys and - if the charge state is known - His. The common color scheme is blue for positive and red for negative potential (corresponding nicely to the CPK color scheme with blue nitrogen atoms - carrying a positive formal charge - and red oxygen atoms - carrying a negative formal charge). A quick and simple approximation in Jmol is to show the molecule as spacefill, and <scene name='78/780454/Charges/1'>color the charged side chains</scene>. (You could also just color the side chain oxygen and nitrogen atoms, but you then ignore charges of disordered atoms missing in the model but present in the protein.) The UvrB protein shown does not exhibit any obvious regions of positive or negative charges.
To show where negatively or positively charged molecules are bound, 2D-figures sometimes show surfaces colored by an electrostatic potential calculated from the point charges on Asp, Glu, Arg, Lys and - if the charge state is known - His. The common color scheme is blue for positive and red for negative potential (corresponding nicely to the CPK color scheme with blue nitrogen atoms - carrying a positive formal charge - and red oxygen atoms - carrying a negative formal charge). A quick and simple approximation in Jmol is to show the molecule as spacefill, and <scene name='78/780454/Charges/1'>color the charged side chains</scene>. (You could also just color the side chain oxygen and nitrogen atoms, but you then ignore charges of disordered atoms missing in the model but present in the protein.) The UvrB protein shown does not exhibit any obvious regions of positive or negative charges.
-
<code>select protein; spacefill 100%; color silver;
 
 +
<nowiki>select protein; spacefill 100%; color silver;
select (arg, lys, his) AND sidechain; color blue;
select (arg, lys, his) AND sidechain; color blue;
- 
select (arg, lys, his) AND sidechain; color blue;
select (arg, lys, his) AND sidechain; color blue;
-
</code>
+
</nowiki>
To show <scene name='78/780454/Hydrophobic/2'>hydrophobic patches</scene> on the surface of the protein, we can color the carbons on the side chains of Met, Ile, Leu, Val, Phe, Tyr and Trp black while all other side chain atoms are silver. If we want to, we can color the sulfur atoms of Cys and Met in a different color like darkgreen. One exposed hydrophobic side chain of known function is tyrosine 11, which stacks with the adenine ring of bound ATP (shown as ball-and-stick in color).
To show <scene name='78/780454/Hydrophobic/2'>hydrophobic patches</scene> on the surface of the protein, we can color the carbons on the side chains of Met, Ile, Leu, Val, Phe, Tyr and Trp black while all other side chain atoms are silver. If we want to, we can color the sulfur atoms of Cys and Met in a different color like darkgreen. One exposed hydrophobic side chain of known function is tyrosine 11, which stacks with the adenine ring of bound ATP (shown as ball-and-stick in color).
Line 71: Line 66:
<text>conservation</text>
<text>conservation</text>
</jmolLink>
</jmolLink>
-
</jmol>, we use data from ConSurf.
+
</jmol>, we use data from ConSurf.
 +
 
 +
<nowiki>
 +
select protein; define ~consurf_to_do selected; consurf_initial_scene = true; script "/wiki/ConSurf/d9/1d9z_consurf.spt"
 +
select protein; isosurface ignore(solvent) sasurface MAP property color
 +
</nowiki>

Revision as of 13:28, 13 March 2018

Common overall views of a structure

This is a collections of how protein structures are depicted in publications. The most common views show

  • domains
  • conservation
  • charge distribution
  • contact interfaces

Caption for this structure

Drag the structure with the mouse to rotate

References

Proteopedia Page Contributors and Editors (what is this?)

Karsten Theis

Personal tools