Description Usage Arguments Details Value Author(s) See Also Examples
Indices for the protein, HET-atom, and water atoms
1 |
data |
The atom data.frame of the PDB read into the |
Returns individual numerical vectors for the protein, HET-atom, and
water atoms from the atom base::data.frame()
of a PDB.
NOTE: This is a non-public function.
Individual vectors for the indices of the protein, HET-atom, and water atoms for a PDB file.
Emilio Xavier Esposito emilio@exeResearch.com
Other utilities: ConservationSet
,
DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, FileTimeStamp
,
HasXWaters
, Nearby
,
RescaleValues
,
RetainChainsOfInterest
,
ReturnPDBfullPath
,
StandardizeAsparticAcidNames
,
StandardizeCysteineNames
,
StandardizeGlutamicAcidNames
,
StandardizeHistidineNames
,
StandardizeLysineNames
,
TimeSpan
, UniqueAtomHashes
,
aaStandardizeNames
,
getAtomTypeCounts
,
getResTypeCounts
, res2xyz
,
resAtomType2AtomClass
,
write.basic.pdb
,
write.conservedWaters.pdb
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
ProtHetWatIndices(thrombin.1hai$atom[c(1:10, 2341:2350, 2385:2394), ])
# $prot.idc
# [1] 1 2 3 4 5 6 7 8 9 10
#
# $het.idc
# [1] 11 12 13 14 15 16 17 18 19 20
#
# $h2o.idc
# [1] 21 22 23 24 25 26 27 28 29 30
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.