IClusterBuilder Interface |
Namespace: Bio.Algorithms.Alignment
The IClusterBuilder type exposes the following members.
Name | Description | |
---|---|---|
FixedSeparation |
Gets or sets maximum fixed diagonal difference
| |
MaximumSeparation |
Gets or sets maximum separation between the adjacent matches in clusters
| |
MinimumScore |
Gets or sets minimum output score
| |
ScoreMethod |
Gets or sets the method to use while calculating score of a cluster.
| |
SeparationFactor |
Gets or sets separation factor. Fraction equal to
(diagonal difference / match separation) where higher values
increase the insertion or deletion (indel) tolerance
|
Name | Description | |
---|---|---|
BuildClusters(ListMatchExtension) |
Build the list of clusters for given MUMs
| |
BuildClusters(ListMatchExtension, Boolean) |
Build the list of clusters for given MUMs
|