rstoolbox.components.FragmentFrame.select_quantile

FragmentFrame.select_quantile(quantile=0.25)

Returns fragments under the rmsd threshold of the specified uantile.

Parameters:

quantile (float) – Quantile maximum limit.

Returns:

FragmentFrame - The filtered data.

Raises:
KeyError:if the rmsd column cannot be found.