rstoolbox.components.DesignFrame.get_mutations

DesignFrame.get_mutations(seqID)

Return the mutantions data for seqID available in the container.

For each available decoy, this will be a coma-separated string of mutant positions with the code <original><position><mutation>.

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.