|
|
Joined: Sep 2003
Posts: 4,883 Likes: 12
Forum Member
|
OP
Forum Member
Joined: Sep 2003
Posts: 4,883 Likes: 12 |
*FILENAME: asa-protein.str *PURPOSE: compute Lee-Richards type accessible surface area of a protein probe radius 1.4A *AUTHOR: Lennart Nilsson, Karolinska Institutet, October 2003 * !RETURNS: ! ASA computed for the selection defined as SOLUTE (which also gives the context to be used) ! is returned in variable ASA ! One could extend this to subdivide the calculation based on atom or aa type !ASSUMPTIONS: ! psf and coordinates in MAIN coordinate set ! selection SOLUTE defined !USAGE EXAMPLE ! read rtf,para,psf, coor ! define SOLUTE sele segid prot end ! stream asa-protein.str
coor surf rprobe 1.4 select SOLUTE end ! ASA per atom is now in WMAIN array, sum up over selected atoms scalar wmain statistics select SOLUTE end set ASA ?STOT !scalar wmain statistics select "NONPOLAR" end !set ASANP ?STOT
return
Lennart Nilsson Karolinska Institutet Stockholm, Sweden
|
|
|
|
Joined: Feb 2009
Posts: 40
Forum Member
|
Forum Member
Joined: Feb 2009
Posts: 40 |
Hi, I would like to know which residues are accessible by the solvent. Is it possible with this script (if I understand correctly, this script returns only area of solute accessible, isn'it?)?
Thanks for advice!
|
|
|
|
Joined: Sep 2003
Posts: 4,883 Likes: 12
Forum Member
|
OP
Forum Member
Joined: Sep 2003
Posts: 4,883 Likes: 12 |
Yes. The key is here: coor surf rprobe 1.4 select SOLUTE end ! ASA per atom is now in WMAIN array,
Lennart Nilsson Karolinska Institutet Stockholm, Sweden
|
|
|
|
Joined: Feb 2009
Posts: 40
Forum Member
|
Forum Member
Joined: Feb 2009
Posts: 40 |
yes but how may I see to WMAIN?
Sorry...
|
|
|
|
Joined: Sep 2003
Posts: 4,883 Likes: 12
Forum Member
|
OP
Forum Member
Joined: Sep 2003
Posts: 4,883 Likes: 12 |
write/print coor ... or scalar ...
Lennart Nilsson Karolinska Institutet Stockholm, Sweden
|
|
|
|
Joined: Feb 2009
Posts: 40
Forum Member
|
Forum Member
Joined: Feb 2009
Posts: 40 |
thanks a lot Lennart! Area per atom correspond at the last column? Unit is A²?
|
|
|
|
Joined: Sep 2003
Posts: 4,883 Likes: 12
Forum Member
|
OP
Forum Member
Joined: Sep 2003
Posts: 4,883 Likes: 12 |
Lennart Nilsson Karolinska Institutet Stockholm, Sweden
|
|
|
|
|
|