getResidueData: Number of Residues and Solvent Accessible/Exposed Residues

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Calculate the number of residues and solvent exposed residues.

Usage

1
getResidueData(atoms.oi.prot, SurExp.res.atoms.tf)

Arguments

atoms.oi.prot

The protein data.frame with the SASA and SASA lost values for each protein atom.

SurExp.res.atoms.tf

TRUE/FALSE vector indicating if an atom is solvent exposed/accessible

Details

This function is called within HydrophilicityEvaluation() to provide general solvent accessibility data for the protein structure of interest.

Value

This function returns:

These values are returned in df.residue.hydro of the results of HydrophilicityEvaluation()

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

Other "Hydrophilicity Evaluation" "Bound Water Environment": HydrophilicityEvaluation, calcAtomClassHydrophilicity, calcAtomHydrationEstimate, getProtAtomsNearWater

Examples

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)

vanddraabe documentation built on June 8, 2019, 1:03 a.m.