Learn R Programming

vanddraabe (version 1.1.1)

names.residues: Residue Names

Description

Residue names based on PDB atom naming conventions.

Usage

names.residues

Arguments

Format

An object of class character of length 20.

Details

The three (3) letter abbreviation for the twenty (20) naturally occurring amino acid residues.

See Also

Other constants: names.backbone.atoms, names.polar.atoms, names.res.AtomTypes, names.resATs.carb.sulf, names.resATs.nitro.neut, names.resATs.nitro.pos, names.resATs.oxy.neg, names.resATs.oxy.neut, names.sidechain.atoms, names.waters

Examples

Run this code
# NOT RUN {
  names.residues
  # [1] "ALA" "ARG" "ASN" "ASP" "CYS" "GLN" "GLU" "GLY" "HIS" "ILE"
  #     "LEU" "LYS" "MET" "PHE" "PRO" "SER" "THR" "TRP" "TYR" "VAL"

# }

Run the code above in your browser using DataLab