Description Usage Arguments Details Value Author(s) See Also Examples
Removes atoms with occupancy values out of accepted range.
1 | RemoveOoR.o(atoms.chains.oi)
|
atoms.chains.oi |
The data.frame containing the PDB file information; aka the PDB structure |
Accepted occupancy values range from 0 to 1 with values for modeled atoms being 0.0 or 0.01 and highly conserved or represented atoms throughout the lattice having values greater than 0.9 and commonly possessing values of 1.0. This function identifies occupancy values less than 0 and greater than 1 and removes them from the structure.
data.frame of the PDB structure without the offending atoms
Emilio Xavier Esposito emilio@exeResearch.com
Other "Clean Protein Structure": CleanProteinStructures
,
RemoveHydrogenAtoms
,
RemoveModeledAtoms
,
RemoveOoR.b
,
RetainWatersWithinX
1 2 3 4 5 |
nrow(PDB.4dfr$atom)
PDB.4dfr.OoR.o <- RemoveOoR.o(PDB.4dfr$atom)
nrow(PDB.4dfr.OoR.o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.