Get a symbol that represents the set of symbols in syms.

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

Syntax

C#
ISymbol GetAmbiguity(
	SymbolSet syms
)

Parameters

syms
Type: BioSharp.Core.Utils..::.SymbolSet
the set of ISymbols that will be found in GetMatches of the returned symbol

Return Value

an ISymbol (possibly fly-weighted) for the set of symbols in syms

Remarks

Syms must be a set of Symbol instances each of which is contained within this alphabet. This method is used to retrieve ambiguity symbols.

See Also