mmtfPyspark.filters.experimentalMethods module

experimentalMethods.py:

This filter returns ture if any of the specified experimental methods match a PDB entry

References

class ExperimentalMethods(*experimentalMethods)[source]

Bases: object

This filter returns True if any of the specified experimental methods matched a PDB entry.

Attributes

experimental_methods (list) A list of experimental methods to check

Methods

__call__(t) Call self as a function.
ELECTRON_CRYSTALLOGRAPHY = 'ELECTRON CRYSTALLOGRAPHY'
ELECTRON_MICROSCOPY = 'ELECTRON MICROSCOPY'
ERP = 'EPR'
FIBER_DIFFRACTION = 'FIBER DIFFRACTION'
FLUORESCENCE_TRANSFER = 'FLUORESCENCE TRANSFER'
INFRARED_SPECTROSCOPY = 'INFRARED SPECTROSCOPY'
NEUTRON_DIFFRACTION = 'NEUTRON DIFFRACTION'
POWDER_DIFFRACTION = 'POWDER DIFFRACTION'
SOLID_STATE_NMR = 'SOLID-STATE NMR'
SOLUTION_NMR = 'SOLUTION NMR'
SOLUTION_SCATTERING = 'SOLUTION SCATTERING'
THEORETICAL_MODEL = 'THEORETICAL MODEL'
X_RAY_DIFFRACTION = 'X-RAY DIFFRACTION'