Transforms#

The transforms module provides functions for manipulating and transforming AtomArrays and related data structures, such as coordinate transformations, category operations, and more.

Example Usage#

from atomworks.io.transforms.atom_array import remove_ccd_components
cleaned = remove_ccd_components(atom_array)