rstoolbox.components.DesignFrame.get_mutation_positions

DesignFrame.get_mutation_positions(seqID)

Return the mutantion positions data for seqID available in the container.

For each available decoy, this will be a coma-separated string with the sequence position of the mutated residues.

Parameters:

seqID (str) – Identifier of the sequence of interest.

Returns:

str or Series - depending on the input

Raises:
TypeError:if the data container is not DataFrame or Series.
KeyError:if there is no mutation information for chain seqID of the decoys.