An abstract class implementing basic functionality of a translation table that translates ISymbols from one IAlphabet to another.

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

Syntax

C#
public abstract class AbstractTranslationTable : ITranslationTable

Remarks

Original BioJava version by Matthew Pocock, Keith James (docs), Thomas Down, Greg Cox, Mark Schreiber and David Huen (refactoring). Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also