IClusterBuilderBuildClusters Method (ListMatchExtension, Boolean) |
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,
bool sortedByQuerySequenceIndex
)
Function BuildClusters (
matchExtensions As List(Of MatchExtension),
sortedByQuerySequenceIndex As Boolean
) As List(Of Cluster)
List<Cluster^>^ BuildClusters(
List<MatchExtension^>^ matchExtensions,
bool sortedByQuerySequenceIndex
)
abstract BuildClusters :
matchExtensions : List<MatchExtension> *
sortedByQuerySequenceIndex : bool -> List<Cluster>
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:
ListClusterList of Cluster
See Also