Click or drag to resize
ClusterScoreMethod Enumeration
Enum to indicate method to use while calculating score of a cluster.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public enum ClusterScoreMethod
Members
  Member nameValueDescription
MatchLength0 Use sum of length of matches in a cluster.
ReferenceOffset1 Use Maximum(ReferenceStart + Length) - Min(RefereceStart) from matches in a cluster.
See Also