biotite.structure.renumber_atom_ids

biotite.structure.renumber_atom_ids(array, start=None)[source]

Renumber the atom IDs of the given array.

Parameters
arrayAtomArray or AtomArrayStack

The array to be checked.

startint, optional

The starting index for renumbering. The first ID in the array is taken by default.

Returns
arrayAtomArray or AtomArrayStack

The renumbered array.