Description Usage Arguments Details Value Author(s) See Also Examples
Converts the residue-AtomType to AtomType Class.
1 | resAtomType2AtomClass(resAT)
|
resAT |
residue and AtomType; e.g., |
See examples...
A string with the AtomType's class:
Nitrogen
Nitrogen (+)
Oxygen
Oxygen (-)
Carbon
Sulfur
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
,
write.basic.pdb
,
write.conservedWaters.pdb
1 2 3 4 5 6 7 8 9 10 11 12 | resAtomType2AtomClass(resAT="LYS NZ")
# [1] "Nitrogen (+)"
resAtomType2AtomClass(resAT="GLU N")
# [1] "Nitrogen"
resAtomType2AtomClass(resAT="VAL O")
# [1] "Oxygen"
resAtomType2AtomClass(resAT="ASP OD2")
# [1] "Oxygen (-)"
resAtomType2AtomClass(resAT="GLN CA")
# [1] "Carbon"
resAtomType2AtomClass(resAT="CYS SG")
# [1] "Sulfur"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.