Click or drag to resize
Alphabets.AlphabetToBaseAlphabetMap Field
Mapping between an alphabet type and its corresponding base alphabet type.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static readonly Dictionary<IAlphabet, IAlphabet> AlphabetToBaseAlphabetMap

Field Value

Type: Dictionary<IAlphabet, IAlphabet>
See Also