Description Usage Arguments Details Value Author(s) See Also Examples
Calculate the number of residues and solvent exposed residues.
1 | getResidueData(atoms.oi.prot, SurExp.res.atoms.tf)
|
atoms.oi.prot |
The protein |
SurExp.res.atoms.tf |
|
This function is called within HydrophilicityEvaluation()
to
provide general solvent accessibility data for the protein structure of
interest.
This function returns:
num.res: number of residues within the structure
num.res.buried: number of residues with NO solvent accessible surface area
num.res.SurExp: number of residues with solvent accessible surface area
pct.res.SurExp: percentage of residues with solvent accessible surface area
SASA.total: total protein solvent accessible surface area; Angstroms^2^
SASA.lost: total protein solvent accessible surface area lost due to bound waters; Angstroms^2^
pct.SASA.exposed: percentage protein solvent accessible surface area (SASA.total - SASA.lost) / SASA.total
These values are returned in df.residue.hydro
of the results of
HydrophilicityEvaluation()
Emilio Xavier Esposito emilio@exeResearch.com
Other "Hydrophilicity Evaluation" "Bound Water Environment": HydrophilicityEvaluation
,
calcAtomClassHydrophilicity
,
calcAtomHydrationEstimate
,
getProtAtomsNearWater
1 2 3 4 5 | ## Not run:
getResidueData(atoms.oi.prot = PDB.1hai.aoi.clean.SASA.prot,
SurExp.res.atoms.tf = PDB.1hai.SurExp.res.atoms.tf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.