resAtomType2AtomClass: Convert Residue-AtomType to AtomType Class

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Converts the residue-AtomType to AtomType Class.

Usage

1

Arguments

resAT

residue and AtomType; e.g., "LYS NZ"

Details

See examples...

Value

A string with the AtomType's class:

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

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

Examples

 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"

vanddraabe documentation built on June 8, 2019, 1:03 a.m.