Click or drag to resize
Bio.SimilarityMatrices Namespace

[Missing <summary> documentation for "N:Bio.SimilarityMatrices"]

Classes
  ClassDescription
Public classDiagonalSimilarityMatrix
Diagonal similarity matrix is a special case and needs its own class. It does not have an actual matrix, instead using a test "if (col == row)" and returning the diagonal value if true, and the off diagonal value if false.
Public classSimilarityMatrix
Representation of a matrix that contains similarity scores for every pair of symbols in an alphabet. BLOSUM and PAM are well-known examples.
Enumerations
  EnumerationDescription
Public enumerationSimilarityMatrixStandardSimilarityMatrix
List of available standard similarity matrices.