Description Usage Arguments Details Value Author(s) See Also Examples
Removes atoms with B-values out of accepted range.
1 | RemoveOoR.b(atoms.chains.oi)
|
atoms.chains.oi |
The data.frame containing the PDB file information; aka the PDB structure |
Accepted B-value values range from 0 to 100 with values. Atoms are considered stationary – possessing low thermal energy – when possessing values between 20 and 40 while larger values between 60 and 100 indicate a large amount of position variability within the lattice. This function identifies occupancy values less than 0 and greater than 100 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.o
,
RetainWatersWithinX
1 2 3 4 5 |
nrow(PDB.4ape$atom)
PDB.4ape.OoR.b <- RemoveOoR.b(PDB.4ape$atom)
nrow(PDB.4ape.OoR.b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.