mmtfPyspark.filters.rFree module

rFree.py:

This filter returns true if the rFree value for this structure is within the specified range

References

class RFree(minRfree, maxRfree)[source]

Bases: object

This filter returns True if the rFree value for this structure in withing the specified range.

Attributes

min_Rfree (float) The lower bound r_free value
max_RFree (float) The upper bound r_free value

Methods

__call__(t) Call self as a function.