Translate a single symbol from source alphabet to the target 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 Translate(
	ISymbol sym
)

Parameters

sym
Type: BioSharp.Core.Bio.Symbol..::.ISymbol
the ISymbol to translate (member of source alphabet)

Return Value

the translated version of sym (member of target alphabet)

See Also