Description Usage Arguments Details Value Author(s) Examples
Clean the protein dataset based on quality values.
1 2 | getRCSBdata(prefix = "./alignTesting", resolution = 3, rFree = 0.26,
rObserved = 0.2, filename = "ProteinSystem")
|
prefix |
Directory of aligned structures; string. |
resolution |
Structures with a |
rFree |
Structures with a |
rObserved |
Structures with a |
filename |
The filename prefix for the returned results. Default is "ProteinSystem" |
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.
This function returns:
PDB.info: RCSB provided information for all protein structures
PDB.info.passed: RCSB provided information for all protein structures passing the user defined parameters
PDB.info.rejected: RCSB provided information for all protein structures failing the user defined parameters
call: parameters provided by the user
Excel workbook: containing the PDB.info, PDB.info.passed, and PDB.info.rejected data as individual tabs
Emilio Xavier Esposito emilio@exeResearch.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.