Click or drag to resize
Cluster Constructor (IListMatchExtension, Boolean)
Initialize a reverse direction instance of the Cluster class

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Cluster(
	IList<MatchExtension> matches,
	bool isReverse
)

Parameters

matches
Type: System.Collections.GenericIListMatchExtension
List of matches
isReverse
Type: SystemBoolean
True/False reverse query direction
See Also