biotite.structure.filter_backbone

biotite.structure.filter_backbone(array)[source]

Filter all peptide backbone atoms of one array.

This includes the “N”, “CA” and “C” atoms of amino acids.

DEPRECATED: Please use filter_peptide_backbone() to filter for protein backbone atoms.

Parameters
arrayAtomArray or AtomArrayStack

The array to be filtered.

Returns
filterndarray, dtype=bool

This array is True for all indices in array, where the atom as an backbone atom.