getRCSBdata: Clean RCSB Dataset

Description Usage Arguments Details Value Author(s) Examples

Description

Clean the protein dataset based on quality values.

Usage

1
2
getRCSBdata(prefix = "./alignTesting", resolution = 3, rFree = 0.26,
  rObserved = 0.2, filename = "ProteinSystem")

Arguments

prefix

Directory of aligned structures; string.

resolution

Structures with a resolution value greater than this value are removed from analysis; default: 3.0

rFree

Structures with a rFree values greater than this value are removed from analysis; default: 0.26

rObserved

Structures with a rObserved values greater than this value are removed from analysis; default: 0.20

filename

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

Details

The provided protein models determined by X-ray crystallography and downloaded from the RCSB include structure quality measures. The resolution, rObservation, and rFree are the three commonly used and referenced evaluation measures.

The B-value normalization exclusion value is user defined within the main ConservedWaters() function but has a default value of 1.0.

Value

This function returns:

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

Examples

1
2
3
4
5
6
  ## Not run: 
  proteins.info <- getRCSBdata(prefix="./thrombin_fitlsq_1.0ang/",
                               resolution=3.0, rFree=NULL, rObserved= 0.20,
                               filename="ProteinSystem")
  
## End(Not run)

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