chain_iter# biotite.structure.chain_iter(array)[source]# Iterate over all chains in an atom array (stack). Parameters: arrayAtomArray or AtomArrayStackThe atom array (stack) to iterate over. Yields: chainAtomArray or AtomArrayStackA single chain of the input array. See also residue_iter