The alphabet containing the symbols matched by this ambiguity symbol.

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

Syntax

C#
public abstract IAlphabet GetMatches()

Return Value

the Alphabet of symbols matched by this symbol

Implements

ISymbol..::.GetMatches()()()

Remarks

This alphabet contains all of, and only, the symbols matched by this symbol. For example, the symbol representing the DNA ambiguity code for W would contain the symbol for A and T from the DNA alphabet.

See Also