The Sequence tab for this structure provides us the sequences of the two proteins in this structure, one of which is BRCA1. We can add the SNP annotation with the drop down box:
(BTW, not all structures have SNP information, so this drop down box option is not always present!)
It will show that very many SNPs are known. OMIM needs to be checked to see if they are associated with disease. It should look like this:
You can see the "Single Nucleotide row, with many colored SNPS circles. The first is Met1 and the second is Arg7. This post is, however, on how to visualize the SNPs in Jmol. Now, the Jmol applet is linked to on the pdb.org website, on the right side in the same Sequence tab:
If you click the "Display Jmol" option, the Jmol applet should fire up (your browser does require the Java plugin). That will create a small dialog hovering over that corner with the Jmol applet. You can right-click on the background and select the Console option:
That will fire up another dialog window, one that will look like the one below and in the lower large section we can write command (yes, some minimal programmaing, in Jmol script!). For example, we can select the methionine at position 1 (the first SNP from BRCA1 as found earlier):
Where select Met1 is typed, you type that too, and press enter. You have now selected 266 atoms as will be written in the top large text area. Then you type the following two further commands, and notice the effect in the Jmol applet window, creating a set of three commands:
- select Met1
- spacefill on
- color green
- select Cys61
- spacefill on
- color red
- select Cys64
- spacefill on
- color green
There are some additonal zinc ions in the structure, which you can color orange with:
- select zinc
- color orange
This will create this view in Jmol:
So, you can clearly see that the two cysteines affected by the SNPs are involved in the structure's zinc finger. No wonder those mutations give trouble.
Have fun!
