Description Usage Arguments Details Value Author(s) See Also Examples
Standardize the various three-letter amino acid residue names.
1 | aaStandardizeNames(residue.names)
|
residue.names |
A vector of strings containing the three-letter residue names (strings) |
The various three-letter amino acid residue names used to indicate protonation state or uncommon sidechain bonding (ligatation) are converted to the standard amino acid residue name.
vector of standardized amino acid residue names
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
,
getAtomTypeCounts
,
getResTypeCounts
, res2xyz
,
resAtomType2AtomClass
,
write.basic.pdb
,
write.conservedWaters.pdb
1 2 3 4 5 6 | residue.names <- c("HIS", "HID", "HIE", "HIP", "HSD", "HSE", "HSP",
"CYS", "CYM", "CYX", "ASP", "ASH", "GLU", "GLH",
"LYS", "LYN")
aaStandardizeNames(residue.names)
# [1] "HIS" "HIS" "HIS" "HIS" "HIS" "HIS" "HIS" "CYS" "CYS" "CYS"
# "ASP" "ASP" "GLU" "GLU" "LYS" "LYS"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.