How to determine the SASA of different ligands in absolute values and percentage of their potential SASA in solution to estimate how buried they are in GROMACS.
Well, Vikram Dalal , I would run a separate simulation of your ligand in water at the same salt concentration. I would calculate the average SASA for the ligand in water. Then I would calculate SASA from your protein ligand-simulation. Afterward, I would import the xmgrace data into python using commands like this:
Then I'd use numpy commands to divide the protein-ligand SASA measurement by the ligand-water SASA to get the percentage of absolute SASA. Afterward, I'd plot the results using the matplotlib python module.