ClusterScoreMethod Enumeration |
Enum to indicate method to use while calculating score of a cluster.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public enum ClusterScoreMethod
Public Enumeration ClusterScoreMethod
public enum class ClusterScoreMethod
Members
| Member name | Value | Description |
---|
| MatchLength | 0 |
Use sum of length of matches in a cluster.
|
| ReferenceOffset | 1 |
Use Maximum(ReferenceStart + Length) - Min(RefereceStart) from matches in a cluster.
|
See Also