rstoolbox.components.DesignFrame.get_mutation_count

DesignFrame.get_mutation_count(seqID)

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

Basically this contains the total number of mutations in a particular decoy with respect to its reference_sequence.

Parameters:

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

Returns:

int 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.