Description Usage Arguments Details Value Author(s) See Also Examples
Writes conserved water information to a PDB file.
1 | write.conservedWaters.pdb(file, h2o.clusters.summary)
|
file |
Filename with ".pdb" extension. |
h2o.clusters.summary |
The conserved water clusters summary. |
Using the bio3d::write.pdb()
function this function writes a PDB
file for the conserved water oxygen atoms with the percentage of structures
with a water participting in the cluster (written to the occupancy column)
and the calculated B-value – using the rmsf of the waters in the cluster
– for the waters participating in the cluster (written to the B-value
column). This function is called from the ConservedWaters()
function.
All water molecules will include the water's oxygen atom (elety
), be
assigned the residue name (resid
) HOH
, and the chain (chain
) A
while the atom number (eleno
) and residue number (resno
) both start at
1
.
NOTE: This is a non-public function.
Writes a PDB file with the X, Y, and Z coordinates, percent conserved within the analyzed structures, and the calculated B-value for the oxygen atoms of the clustered waters.
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: ConservationSet
,
DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, FileTimeStamp
,
HasXWaters
, Nearby
,
ProtHetWatIndices
,
RescaleValues
,
RetainChainsOfInterest
,
ReturnPDBfullPath
,
StandardizeAsparticAcidNames
,
StandardizeCysteineNames
,
StandardizeGlutamicAcidNames
,
StandardizeHistidineNames
,
StandardizeLysineNames
,
TimeSpan
, UniqueAtomHashes
,
aaStandardizeNames
,
getAtomTypeCounts
,
getResTypeCounts
, res2xyz
,
resAtomType2AtomClass
,
write.basic.pdb
1 2 3 4 5 | ## Not run:
write.conservedWaters.pdb(file = "system_conservedWaters.pdb",
h2o.clusters.summary)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.