Parameters: |
- df (Union[
DesignFrame , SequenceFrame ]) – Data container.
- seqID (str) – Identifier of the sequence of interest.
- ax (Union[
Axes , list() of
Axes ]) – Where to plot the heatmap. If a list of axis is provided, it assumes that one wants
to split the alignment in that many pieces.
- line_break (int) – Set a line break after x residues. To execute that,
multiple axes must be provided.
- matrix (str) – Identifier of the matrix used to evaluate similarity. Default is
None highlight differences.
|