mmtfPyspark.filters.containsGroup module

containsGroup.py:

This filter returns entries that contain at least one of the specified groups (residues).Groups are specified by their one, two, or three-letter codes, e.g. “F”, “MG”, “ATP”, as defined in the PDB Chemical Component Dictionary.

References

class ContainsGroup(*args)[source]

Bases: object

Returns entries that contain at least one of the specified groups

Attributes

groupQuery (list) list of group names

Methods

__call__(t) Call self as a function.