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#
public SymbolSet Untranslate(
	ISymbol sym
)

Parameters

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

Return Value

a SymbolSet containing symbols that translate to the specified ISymbol.

Implements

IManyToOneTranslationTable..::.Untranslate(ISymbol)

See Also