Description Usage Arguments Details Value Author(s) See Also Examples
Removes modeled atoms from a RCSB/PDB structure.
1 | RemoveModeledAtoms(atoms.chains.oi)
|
atoms.chains.oi |
The data.frame containing the PDB file information; aka the PDB structure |
Sometimes atoms are not well resolved within the electron density maps and the scientists resolving/determining the structures "model back into" the resulting structure the atoms based on historical data. This is most common for residues where a portion of the residue is missing and based on the structure the missing atoms are replaces. These modeled atoms have an occupancy value of 0.01 or less and are identified and removed.
The reported occupancy value of 0.01 is used as the cutoff because several
PDB structures have comments in the REMARK 3
section stating,
"...MISSING ABOVE 1SIGMA WERE GIVEN A 0.01 OCCUPANCY..."`` or
"...WITH NO DENSITIES ARE GIVEN OCCUPANCY VALUES OF 0.01..."'.
data.frame of the PDB structure without the modeled atoms
Emilio Xavier Esposito emilio@exeResearch.com
Other "Clean Protein Structure": CleanProteinStructures
,
RemoveHydrogenAtoms
,
RemoveOoR.b
, RemoveOoR.o
,
RetainWatersWithinX
1 2 3 |
PDB.1ecd.noModeledAtoms <- RemoveModeledAtoms(PDB.1ecd$atom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.