CleanProteinStructures: Clean Protein Structures

Description Usage Arguments Details Value Author(s) See Also

Description

Removes hydrogen and modeled atoms from a RCSB/PDB structure along with waters beyond a user defined distance from protein atoms.

Usage

1
2
3
4
CleanProteinStructures(prefix = "./alignTesting",
  CleanHydrogenAtoms = TRUE, CleanModeledAtoms = TRUE,
  cutoff.prot.h2o.dist = 6, min.num.h2o = 20,
  cleanDir = "ProteinSystem", filename = "ProteinSystem")

Arguments

prefix

The directory with the PDB files to be cleaned

CleanHydrogenAtoms

A logical indication if hydrogen atoms should be removed; default: TRUE

CleanModeledAtoms

A logical indication if modeled atoms should be removed; default: TRUE

cutoff.prot.h2o.dist

A numerical value setting the maximum distance between a protein atom (heteroatoms are ignored) and water oxygen atoms. The oxygen atoms equal to or less than this distance are retained; default: 6.0 Angstroms

min.num.h2o

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

cleanDir

A character string for the "cleaned" PDB structures to be written. The provided character string are appended with "_CLEANED"; default: "ProteinSystem"

filename

The filename prefix for the returned results. Default is "ProteinSystem"

Details

PDB files obtained from the PDB conform to a specific set of formatting standards but this does not mean the data within the PDB files is always correct. This function cleans the PDB file and summaries the atom evaluations.

This function does the following (in this order):

Value

The following data is returned:

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

Other "Clean Protein Structure": RemoveHydrogenAtoms, RemoveModeledAtoms, RemoveOoR.b, RemoveOoR.o, RetainWatersWithinX


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