Greetings all,

In my application I want to highlight residues of the epitope chain.
Say for example :
epitope chain is T and the residue numbers are 152,166,167,168,169 ,207..etc

So I generate a query something like:

select {:T}  (_x.resno - within("chain", _x)[1].resno =152 )  OR 
(_x.resno - within("chain", _x)[1].resno =166 )  OR (_x.resno - 
within("chain", _x)[1].resno =167 )  OR (_x.resno - within("chain", 
_x)[1].resno =168 )  OR (_x.resno - within("chain", _x)[1].resno =169 )  
OR (_x.resno - within("chain", _x)[1].resno =192 )  OR (_x.resno - 
within("chain", _x)[1].resno =194 )  OR (_x.resno - within("chain", 
_x)[1].resno =200 ) ;

Is there a way to optimize above query , may be by removing OR operating 
and gathering residue numbers in one place...

thanks in advance,
umanga


------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to