Click or drag to resize
NUCmerGetClusters Method (ListMatchExtension, Boolean)
get the clusters

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<Cluster> GetClusters(
	List<MatchExtension> matchExtensionList,
	bool sortedMatches
)

Parameters

matchExtensionList
Type: System.Collections.GenericListMatchExtension
List of Matches of a read.
sortedMatches
Type: SystemBoolean
Flag to indicate that the matches are sorted or not.

Return Value

Type: IListCluster
List of clusters
See Also