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

Parameters

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

Return Value

the translated version of sym (member of source alphabet)

See Also