OEIsStandardNucleicAcidResidue

bool OEIsStandardNucleicAcidResidue(const OEHierResidue &res)
bool OEIsStandardNucleicAcidResidue(const OEChem::OEResidue &res)
bool OEIsStandardNucleicAcidResidue(unsigned int resIdx)
bool OEIsStandardNucleicAcidResidue(const OEChem::OEAtomBase& atom)

Returns whether the residue referred to is one of: A, C, G, I, T, U, DA, DC, DG, DI, DT, DU Residue indices are provided by OEGetResidueIndex.

See also