skbio.sequence.SubstitutionMatrix.transpose# SubstitutionMatrix.transpose()[source]# Return the transpose of the dissimilarity matrix. Returns: DissimilarityMatrixTranspose of the dissimilarity matrix. Will be the same type as self. Notes A deep copy is returned.