Click or drag to resize
ISequenceAlignerSimilarityMatrix Property
Gets or sets value of similarity matrix The similarity matrix determines the score for any possible pair of symbols that are encountered at a common location across the sequences being aligned.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
SimilarityMatrix SimilarityMatrix { get; set; }

Property Value

Type: SimilarityMatrix
See Also