Get the 'gap' ambiguity symbol that is most appropriate for this alphabet.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
ISymbol GapSymbol { get; }

Remarks

In general, this will be a BasisSymbol that represents a list of AlphabetManager.GetGapSymbol() the same length as the GetAlphabets list.

See Also