Click or drag to resize
NUCmerProcessCluster Method
Process the cluster 1. Re-map the reference sequence index to original index 2. Create synteny 3. Process synteny

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<DeltaAlignment> ProcessCluster(
	IList<Cluster> clusters
)

Parameters

clusters
Type: System.Collections.GenericIListCluster
List of clusters of a read.

Return Value

Type: IEnumerableDeltaAlignment
List of delta alignments
See Also