HydrophilicityEvaluation: Hydrophilicity Evaluation

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

Description

Calculate the hydrophilicity values for a set of protein structures.

Usage

1
2
3
HydrophilicityEvaluation(prefix = "alignTesting/",
  h2o.prot.dist.max = 6, bound.h2o.dist.max = 4, min.num.h2o = 20,
  probeRadius = 1.4, dataset = "top56")

Arguments

prefix

The directory containing the protein structures; e.g., "alignTesting/"

h2o.prot.dist.max

Maximum distance between the water oxygen atoms and the protein for consideration in the determination for hydrophilicity values; default: 6.0

bound.h2o.dist.max

Maximum distance between the water oxygen atoms and the protein for inclusion in the calculation of hydrophilicity values; default: 4.0

min.num.h2o

Minimum number of water oxygen atoms within a protein structure for it to be included in the calculation of hydrophilicity values; default: 20

probeRadius

Water molecule probe radius; default: 1.4

dataset

Name of the dataset to be used; e.g.,"top56"

Details

The hydrophilicity values of individual atomtypes is determined using a collection of protein structures. For each water oxygen atom within at the most 4 Angstroms of a solvent accessible (exposed) protein atom, these occurrences are recorded. The number of solvent accessible atom types interacting with a water molecule are divided by the number of solvent accessible atom types. In general the more diverse data available, the better the informatics based hydrophilicity values should correlate with various experimental values.

NOTE: Hydrogen atoms are removed for instances when the protein structures have not be cleaned with CleanProteinStructures().

Value

This function returns:

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

References

Leslie A Kuhn, Craig A Swanson, Michael E Pique, John A Tainer, and Elizabeth D Getzof. Atomic and Residue Hydrophilicity in the Context of Folded Protein Structures. PROTEINS: Structure, Function, and Genetics, 1995, 23 (4), pp 536-547. DOI: 10.1002/prot.340230408 PMID: 8749849

See Also

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

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
 HydrophilicityEvaluation <- function(prefix = "alignTesting/",
                                      h2o.prot.dist.max = 6.0,
                                      bound.h2o.dist.max = 4.0,
                                      min.num.h2o = 20,
                                      probeRadius = 1.4,
                                      dataset = "top56")

## End(Not run)

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