IClusterBuilderBuildClusters Method (ListMatchExtension) |
Build the list of clusters for given MUMs
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax List<Cluster> BuildClusters(
List<MatchExtension> matchExtensions
)
Function BuildClusters (
matchExtensions As List(Of MatchExtension)
) As List(Of Cluster)
List<Cluster^>^ BuildClusters(
List<MatchExtension^>^ matchExtensions
)
abstract BuildClusters :
matchExtensions : List<MatchExtension> -> List<Cluster>
Parameters
- matchExtensions
- Type: System.Collections.GenericListMatchExtension
List of MUMs
Return Value
Type:
ListClusterList of Cluster
See Also