mmtfPyspark.utils.structureToAllInteractions module

structureToAllInteractions.py:

Finds interactions of a specified group within a specified cutoff distance

class StructureToAllInteractions(groupName, cutoffDistance)[source]

Bases: object

Class that finds interactions of a specified group within a specified cutoff distance

Attributes

groupName (str) specified group in structure
cutoffDistance (float) cutoff distance used during search

Methods

__call__(t) Call self as a function.