Click or drag to resize
IClusterBuilderBuildClusters Method (ListMatchExtension, Boolean)
Build the list of clusters for given MUMs

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
List<Cluster> BuildClusters(
	List<MatchExtension> matchExtensions,
	bool sortedByQuerySequenceIndex
)

Parameters

matchExtensions
Type: System.Collections.GenericListMatchExtension
List of MUMs
sortedByQuerySequenceIndex
Type: SystemBoolean
Flag to indicate whether the match extensions are already started by query sequence index or not.

Return Value

Type: ListCluster
List of Cluster
See Also