rstoolbox.components.DesignFrame.get_structure_prediction

DesignFrame.get_structure_prediction(seqID, key_residues=None)

Return the structure prediction(s) data.

Parameters:
  • seqID (str) – Identifier of the sequence of interest.
  • key_residues (Union[int, list() of int, str, Selection]) – Residues of interest.
Returns:

str or Series - depending on the input

Raises:
TypeError:if the data container is not DataFrame or Series.
KeyError:If the column psipred_<seqID> cannot be found.