Standardize the de-protonated lysine three-letter residue name to LYS.
StandardizeLysineNames(residue.names)
A vector of strings containing the three-letter residue names (strings)
vector of three-letter residue names with standardized lysine residue names
The the de-protonated lysine three-letter residue name (LYN) is
converted to the standard "LYS" residue name. This function is part of the
aaStandardizeNames()
.
NOTE: This is a non-public function.
Other utilities: ConservationSet
,
DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, FileTimeStamp
,
HasXWaters
, Nearby
,
ProtHetWatIndices
,
RescaleValues
,
RetainChainsOfInterest
,
ReturnPDBfullPath
,
StandardizeAsparticAcidNames
,
StandardizeCysteineNames
,
StandardizeGlutamicAcidNames
,
StandardizeHistidineNames
,
TimeSpan
, UniqueAtomHashes
,
aaStandardizeNames
,
getAtomTypeCounts
,
getResTypeCounts
, res2xyz
,
resAtomType2AtomClass
,
write.basic.pdb
,
write.conservedWaters.pdb
# NOT RUN {
# }
# NOT RUN {
residue.names <- c("HIS", "HID", "HIE", "HIP", "HSD", "HSE", "HSP",
"CYS", "CYM", "CYX", "ASP", "ASH", "GLU", "GLH",
"LYS", "LYN")
StandardizeLysineNames(residue.names)
# [1] "HIS" "HID" "HIE" "HIP" "HSD" "HSE" "HSP" "CYS" "CYM" "CYX"
# "ASP" "ASH" "GLU" "GLH" "LYS" "LYS"
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab