IAlphabetGetSymbolValueMap 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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte[] GetSymbolValueMap()
Function GetSymbolValueMap As Byte()
array<unsigned char>^ GetSymbolValueMap()
abstract GetSymbolValueMap : unit -> byte[]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Bio.IAlphabet.GetSymbolValueMap"]
See Also