Click or drag to resize
MUMmerAlignerMUMs Property
Gets the list of MUMs after applying Longest Increasing Subsequence algorithm to order and merge MUMs, for each query sequence.

Namespace: Bio.Algorithms.MUMmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IDictionary<ISequence, IEnumerable<Match>> MUMs { get; }

Property Value

Type: IDictionaryISequence, IEnumerableMatch
See Also