OEIsStandardProteinResidue
OEIsStandardProteinResidue(res: OEResidue) -> bool
OEIsStandardProteinResidue(resIdx: int) -> bool
OEIsStandardProteinResidue(atom: OEAtomBase) -> bool
OEIsStandardProteinResidue(hit: OEHierResidueIter) -> bool
Returns whether the residue referred to is one of:
ALA, ARG, ASN, ASP, CYS, GLN, GLU, GLY,
HIS, ILE, LEU, LYS, MET, PHE, PRO, SER, THR, TRP, TYR, VAL, ASX,
GLX, CYX, CYH, HID, HIE or HIP. Residue indices are provided by
OEGetResidueIndex.
See also
OEIsStandardAminoAcid class for use as a predicate