Starting from:

$25

BISC481-Homework 2 Nucleic Acid Structure, Poisson-Boltzmann Electrostatics and Force Fields Solved

Question 1: General knowledge 
A.    Name (i) the two main physical interactions that stabilize the DNA double helix and (ii) explain the physical basis for each of those interactions.  

 

B.    List and briefly explain the definition of (i) three intra-base pair helical parameters of your choice, (ii) three inter-base pair parameters of your choice, and (iii) three other structural parameters that are used to describe nucleic acid structure.  

 

C.    Briefly explain the basis for (a) base readout and (b) shape readout of

DNA sequence through DNA binding proteins  

 

Question 2: DNA Structure
This question will use the two PDB files provided with this assignment, red.pdb and blue.pdb. One of these contains the structure of an A-DNA helix, and the other of a B-DNA helix. Let’s determine which is which.

 

A.              Using PyMol, open both structures within the same session. Play around with the various visualization options to get familiar with them. Now, use the align command (https://pymolwiki.org/index.php/Align) to superimpose these two structures, then use the translate command (https://pymolwiki.org/index.php/Translate) to shift one of them so that they are in the same orientation, but not overlapping. Produce a visualization similar to the one below (but using a different color scheme than I did) and include it in your report. Describe some of the differences you observe between these two structures (aside from the different number of nucleotides).

  

Figure 1 - produce a visualization similar to this 

B.              Let’s take a look at the DNA shape parameters and quantify the differences between the structures.

 

We will use the 3DNA web server to calculate some DNA shape parameters for the two helices. Visit http://web.x3dna.org/ and upload the red.pdb and blue.pdb files individually. You’ll be shown a page with some visualizations and a lot of information. Scroll down to the following section:

 

 

Download the parameter summary file for both structures. Within that file, find the table labeled as “Local base-pair helical parameters”. Take the data in that table and plot two of the shape parameters for both of the helices:

•        Plot x-displacement vs inclination as a scatter plot for both structures (plot everything on the same graph)

•        Color the red.pdb points red, and blue.pdb points blue

•        Label the horizontal and vertical axis appropriately

•        Include, for each set of points, the median point, and plot it as a large, distinct point which is easily identified, and label it

 

Include this plot in your report.

 

C.  Based on the two visualizations you’ve produced in part 2.A and 2.B, which helix is A-DNA and which is B-DNA? Justify your response.  

 

D.  *BONUS* Using the protein data bank or another web site, find an example of a Z-DNA helix. Reproduce the same plot as you made in part 2.B, but this time add the shape parameters of the Z-DNA helix colored in green. Also include a visualization of this helix using PyMol in your report.

 

Question 3: Poisson-Boltzmann Electrostatics
We will use the PyMol plugin known as “APBS Electrostatics” to perform a Poisson-Boltzmann calculation on a protein structure. This will allow us to visualize the electrostatic potential of that protein. I have provided you with the structure of a homeodomain (a protein domain that binds DNA) for this purpose.

 

A.    Open the file 1jgg_A.pdb (provided) in PyMol. We are going to perform 3 separate Poisson-Boltzmann calculations on this protein structure using different settings. Please do these separately (in different PyMol sessions) in order to avoid making mistakes. For all three runs, you must include visualizations of the resulting electrostatic potential surface in your report.

 

1.     With PyMol open, at the top of the screen you will see a “Plugin” menu. Open this and select “APBS Electrostatics” and a new window will open.

  

Figure 3 - the APBS Electrostatics plugin window 

 

For the first run, we will leave everything as default. Click “Run”. You will get a warning stating “pdb2pqr emitted warnings, do you want to continue?” click “yes”. A surface will be added to your PyMol session that is colored from red to blue. This surface represents the solvent excluded surface of the protein with the value of the electrostatic potential at the surface represented by the color (blue is positive, red is negative).

 

2.     Perform a second calculation, but this time go to “APBS Template” at the top of the ABPS Electrostatics pop-up window. Here we can adjust the parameters used in the calculation. Near the bottom, you will see the following two lines:

 

ion charge +1 conc 0.15 radius 2.0 ion charge -1 conc 0.15 radius 1.8 

 

These lines specify the charge, concentration and ionic radius of two salts that are, by default, included in our calculation. Change the value of “conc” from 0.15 to 0.0 in both lines – this effectively removes any ionic charge from the calculation. Perform a second calculation as before.

 

3.     Perform a third calculation, but this time set the salt concentrations to

0.45, and change “lpbe” to “npbe” (don’t worry about what this means). This triples the salt concentration relative to the first calculation.

 

Now, include visualizations for all three runs in your report. Include two different camera angles for each run and try to make the angles consistent with each other between runs. Be sure to label each run correctly!  

 

 

B.    Based on your observations, how does changing the salt concentration affect the electrostatic potential? How might this be relevant to proteinDNA binding? Do you expect protein-DNA binding to be stronger under high or low salt concentrations?

C.    Based on the electrostatic potential you have observed in run #1 (under near-physiological conditions), and the known chemical and electrostatic properties of DNA, identify the region of this protein domain that is most likely to bind DNA. You can simply circle a region from the visualizations you produced in run #1 (add them as new figures in response to this question).

 

Question 4: Force Field Energy Minimization using Python
In this question we will be using python and a very very (very) simple force-field to find the conformation of a molecule structure which minimizes a potential energy function.  

 

I have provided you two python scripts, energy_minimization.py and Atoms.py. You will be editing the first, but do not edit or modify the second in any way. You don’t even need to look at it. If you have never used python before, please spend some time reviewing the following tutorial (or one of the hundreds of others): https://www.programiz.com/python-programming/tutorial 

 

Before proceeding, please install the packages “numpy” and “scipy” if they are not already installed:

 conda install numpy conda install scipy 

 

A.    Open the script energy_minimization.py in a text editor. I recommend the program “geany” (google it), you don’t need something fancy.  

 

Now, have a look over the code and try to grasp a little of what it is doing.

Your task is simply to fill in a few lines of code to produce some output and then have a look at the results. The comments in the code will walk you through what you need to do, beginning at STEP 1.  

 

You need to:

•        Calculate the total potential energy of the initial configuration of the atoms (using provided functions) and include this value in your report.  

•        Calculate the total potential energy of the final configuration, after energy minimization, and include this value in your report. • Visualize the initial and final conformations of the molecule (represented by the “atoms” object) using PyMol and include these in your report.

**BONUS** You may have guessed by now that this molecule is benzene. However, an inspection of the final conformation will reveal that the carbon ring is not planar. This is because we have failed to include torsion angles in our force field! Experiment with some torsion potential energy functions and come up with an extra term in the force field which, when added to the total energy, will produce a planar molecule based on computed torsion angles. Include a visualization of your final minimized molecule AND the code for your torsion potential in your report

More products