Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to interpret the result? #1

Open
HongjianLi opened this issue Jun 10, 2019 · 1 comment
Open

How to interpret the result? #1

HongjianLi opened this issue Jun 10, 2019 · 1 comment

Comments

@HongjianLi
Copy link

Dear Dr Judemir Ribeiro,

I'm pretty interested in your recently published tool dr-sasa, which can be used to calculate solvent-accessible surface area (SASA).

In my study, I want to calculate the solvent-accessible surface area of the ligand molecule that is buried upon binding (ΔSAS). So I read the instructions at your Github page, and I guess "mode 1" should be appropriate for my purpose because this mode calculatess the delta SASA (change in Solvent Accessible Surface Area) or BSA in various objects contained in a single pdb or mol2 file.

My input pdb file contains one protein chain only (chain A) and one ligand only (residue name: T27. Also on chain A). Running dr-sasa (./dr_sasa -m 1 -i 2zd1.pdb) generated the following output:

Selected complex surface (A^2): 30640.3
Object LIGAND complexed surface (A^2): 32.8962
Object PROTEIN complexed surface (A^2): 30607.4
Object LIGAND uncomplexed surface (A^2): 614.248
Object PROTEIN uncomplexed surface (A^2): 30905
LIGAND <--- PROTEIN buried surface (A^2): 581.352
LIGAND ---> PROTEIN buried surface (A^2): 297.625
Interface LIGAND/PROTEIN (A^2): 439.489

My question is, which value is the SASA of the ligand that is bured upon binding (ΔSAS)? Could you briefly explain to me how to interpret the last three rows? Thank you.

@nioroso-x3
Copy link
Owner

nioroso-x3 commented Jul 31, 2019

Sorry for taking so long, LIGAND <--- PROTEIN is the value you need. It indicates how much of the ligand surface is buried by the protein. The arrow indicates that PROTEIN is burying surface from LIGAND.
The interface is the average from the buried surfaces of a object pair.
Also I'm not a Doctor! (yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants