A translation table that will handle the many-to-one mappings that you see, for example, with genetic codes.

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

Syntax

C#
public interface IManyToOneTranslationTable : ITranslationTable

Remarks

It differs from a ReversibleTranslationTable in that the reverse translation returns a Set of Symbols in the source alphabet that translate to give that Symbol in the target Alphabet.

Original BioJava version by David Huen. Port to C# by Doug Swisher.

See Also