Click or drag to resize
RnaAlphabetGetSymbolValueMap Method
Maps A to A and a to A that is key will contain unique values. This will be used in the IsValidSymbol method to address Scenarios like a == A, G == g etc.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public byte[] GetSymbolValueMap()

Return Value

Type: Byte

[Missing <returns> documentation for "M:Bio.RnaAlphabet.GetSymbolValueMap"]

Implements

IAlphabetGetSymbolValueMap
See Also