skbio.sequence.SubstitutionMatrix.transpose

SubstitutionMatrix.transpose()[source]

Return the transpose of the dissimilarity matrix.

Returns:
DissimilarityMatrix

Transpose of the dissimilarity matrix. Will be the same type as self.

Notes

A deep copy is returned.