rnaglib.transforms.ResolutionFilter¶
- class rnaglib.transforms.ResolutionFilter(resolution_threshold, **kwargs)[source]¶
Filters RNA based on their resolution. Only keeps RNAs which resolution is less than a certain threshold.
- Parameters:
resolution_threshold (float) – resolution (in Angstroms) below which the RNA will be kept and above which it will be discarded
Methods
__init__
(resolution_threshold, **kwargs)forward
(data)Returns true/ or false on the given RNA