A no-frills implementation of a translation table that maps between two alphabets. The mapping can be either one-to-one or many-to-one.

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

Syntax

C#
public class SimpleManyToOneTranslationTable : AbstractManyToOneTranslationTable

Remarks

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

Inheritance Hierarchy

See Also