getProtAtomsNearWater: Number of Solvent Accessible/Exposed Protein Atoms Near a...

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

Description

Calculate the number of solvent exposed protein atoms near a water.

Usage

1
2
getProtAtomsNearWater(h2o.oi, h2o.idc, atoms.oi, h2o.prot.dists,
  h2o.prot.dists.tf)

Arguments

h2o.oi

The index of the water of interest

h2o.idc

The indices of the waters within the protein structure

atoms.oi

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

h2o.prot.dists

Distance matrix for all water-protein through space distances

h2o.prot.dists.tf

The TRUE/FALSE matrix indicating if the protein- water distances are less than or equal to the user defined cutoff value denoted by the h2o.prot.dist.max parameter for HydrophilicityEvaluation(). From HydrophilicityEvaluation(): the maximum distance between the water oxygen atoms and the protein for consideration in the determination for hydrophilicity values; default: 6.0

Details

This function is called within HydrophilicityEvaluation() to determine protein atoms near each water oxygen.

This function is designed to work with the base::lapply() function and thus each h2o.oi is independently evaluated

Value

This function returns a data.frame with:

These values are returned in df.nearby.prot.atoms of the results of HydrophilicityEvaluation()

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

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

Examples

1
2
3
4
5
6
7
8
  ## Not run: 
  getProtAtomsNearWater(h2o.oi = PDB.1hai.h2o.oi,
                        h2o.idc = PDB.1hai.clean.h2o.idc,
                        atoms.oi = PDB.1hai.aoi.clean.SASA,
                        h2o.prot.dists = PDB.1hai.h2o.prot.dists,
                        h2o.prot.dists.tf = PDB.1hai.h2o.prot.dists.tf)
  
## End(Not run)

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