Thanks Angel. There is one thing I cannot yet solve, what if I refer to my atom 
of interest as residuenumber:chain.atom ?
For example,
 37:a.ca
works as a selection command (atom CA in chain A in residue 3), but instead 
this or similar things:
{37:a.ca}.temperature = somevalue
do not seem to work. Any clue?
Thanks again
Luciano



      De: Angel Herráez <angel.herr...@uah.es>
 Para: Luciano Abriata <luciano_abri...@yahoo.com>; 
jmol-users@lists.sourceforge.net 
 Enviado: Miércoles, 30 de septiembre, 2015 21:43:28
 Asunto: Re: [Jmol-users] JSmol: how to change an atom's B-factor?
   
Hi Luciano

Please see the list of atom properties:
http://chemapps.stolaf.edu/jmol/docs/#atomproperties

What you want is "temperature", like this:

load =1crn;
color temperature;
{atomNo=24}.temperature = 30;
color temperature;

Another choice is to use a custom property and then apply color according to 
it (see the doc).



> (I want this so as to color-code data on the structure using color 
> RELATIVETEMPERATURE)
> Thanks in advance for your help,
> Luciano




  
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to