Get a symbol from the Alphabet which corresponds to the specified ordered list of symbols.

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

Syntax

C#
ISymbol GetSymbol(
	IList<ISymbol> rl
)

Parameters

rl
Type: System.Collections.Generic..::.IList<(Of <(ISymbol>)>)
A list of Symbol instances

Return Value

The symbol

Remarks

The symbol at i in the list must be a member of the i'th alphabet in Alphabets. If all of the symbols in rl are atomic, then the resulting symbol will also be atomic. If any one of them is an ambiguity symbol then the resulting symbol will be the appropriate ambiguity symbol.

See Also