Przejdź do głównej zawartości

Secondary Structure Picture

Recently I was looking for a software that will give me a nice picture of secondary structure in a single line, that I can use to illustrate residues.
I have found:

Polyview-2D: http://polyview.cchmc.org/


That one was quick and what I finally got was:


Not really that nice as I wanted.
But I didn't have time to create that picture by myself, so then I tried:

PDB Sum


Click "generate" on the left if you want to upload your own pdb file.
For results I had to wait, program runs every hour. That was what I got:


And this is great! :-) You can also easily change colour and number of residue per line. Perfect.

Komentarze

Popularne posty z tego bloga

Thesis stuff - PyMOL - how to remove alternative conformation; renumbering, measuring distances with 2 decimals

Sometimes I'm googling stuff. How to do something.. And I'm forgetting then. Or writing on paper. But better to keep it on-line, so other googlers can find it, too ;) Thanks for  http://randomthesisstuff.blogspot.co.uk/  useful! Another great one -  http://www.keepcalmandpublishpapers.com/ So PyMOL,  alternative conformation . It makes messy some of my calculations to keep alternative conformations, so to remove it, simply type: PyMOL>remove not (alt ''+A) PyMOL>alter all, alt='' But it's choosing conformation A, not that with higher occupancy! See here -  https://pymolwiki.org/index.php/Property_Selectors#Alternate_Locations Alternatively in  Phenix  - Model tools - pdb tools - options - remove alternate conformers, but it gave me the same output as PyMOL, conformation A, not higher occupancy. You can do it in  Coot , but then (probably?) have to go from residue to residue (with double occupancy), I didn't find how to do it for...

How to make gif from PyMOL - easily!

Firstly, save your movie as png images. You can set_view/get_view to have the right orientation. To save scenes go to > scene > store > F 1/2/3... then > Movie > Program > Scene Loop I use usually: Nutate > 30 deg. over 4 sec. > file > save movie as png images then for 300 images you can easily use http://gifmaker.me/ (quite slow even with highest speed) or https://ezgif.com/maker up to 2000 files (delay time 1 makes a nice speed) or it's easy to find some png to gif conventer online

Hydronmr - how to start

As a very beginner in using Linux/Python I didn't know why my downloaded lnx.exe didn't want to work. chmod command was the answer! chmod stands for "change mode", and it is used to define the way a file can be accessed. the u ser can r ead, w rite, ande x ecute it. chmod u+x hydronmr...lnx.exe Then, all you need is a file hydronmr.dat, like this example: 3.1-lysozyme !Name of molecule lysozyme31-nmr !Name for output file 6lyz.pdb !Strucutural (PBD) file 3.1, !AER, radius of the atomic elements 6, !NSIG 1.0, !Minimum radius of beads in the shell (SIGMIN) 2.0, !Maximum radius of beads in the shell (SIGMAX) 293., !T (temperature, K) 0.01, !ETA (Viscosity of the solvent in poises) 1, !Iflag (dipoles) -2.7126 !Gyromagnetic ratio of N: unit: 10^7 rad.s^-1.T^-1 1.02 !N-H distance, angstrom...