SBSideChain#

See also

SAMSON SDK: SBMStructuralModelNodeSideChain

class samson.SBSideChain(*args, **kwargs)#

Bases: SBStructuralGroup

This class describes a residue side chain.

Overloaded function.

  1. __init__(self: samson.SBSideChain) -> None

Constructs a residue side chain.

  1. __init__(self: samson.SBSideChain, name: str) -> None

Constructs a residue side chain.

getBetaCarbon(self: samson.SBSideChain) samson.SBAtom#

Returns the beta carbon of an amino acid side chain or None if no such atom found.

getDeltaAtom(self: samson.SBSideChain) samson.SBAtom#

Returns the delta atom of an amino acid side chain or None if no such atom found.

getEpsilonAtom(self: samson.SBSideChain) samson.SBAtom#

Returns the epsilon atom of an amino acid side chain or None if no such atom found.

getEtaAtom(self: samson.SBSideChain) samson.SBAtom#

Returns the eta atom of an amino acid side chain or None if no such atom found.

getGammaAtom(self: samson.SBSideChain) samson.SBAtom#

Returns the gamma atom of an amino acid side chain or None if no such atom found.

getZetaAtom(self: samson.SBSideChain) samson.SBAtom#

Returns the zeta atom of an amino acid side chain or None if no such atom found.