Click or drag to resize
Alphabets Class
The currently supported and built-in alphabets for sequence items.
Inheritance Hierarchy
SystemObject
  BioAlphabets

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static class Alphabets

The Alphabets type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Gets the list of all Alphabets which are supported by the framework.
Top
Methods
  NameDescription
Public methodStatic memberAutoDetectAlphabet
This methods loops through supported alphabet types and tries to identify the best alphabet type for the given symbols.
Public methodStatic memberCheckIsFromSameBase
Verifies if two given alphabets comes from the same base alphabet.
Public methodStatic memberGetAmbiguousAlphabet
Gets the ambiguous alphabet
Top
Fields
  NameDescription
Public fieldStatic memberAlphabetToBaseAlphabetMap
Mapping between an alphabet type and its corresponding base alphabet type.
Public fieldStatic memberAmbiguousAlphabetMap
Mapping between an alphabet type and its corresponding ambiguous alphabet type.
Public fieldStatic memberAmbiguousDNA
The Ambiguous DNA alphabet.
Public fieldStatic memberAmbiguousProtein
The Ambiguous protein alphabet consisting of amino acids.
Public fieldStatic memberAmbiguousRNA
The Ambiguous RNA alphabet.
Public fieldStatic memberDNA
The DNA alphabet.
Public fieldStatic memberProtein
The protein alphabet consisting of amino acids.
Public fieldStatic memberRNA
The RNA alphabet.
Top
See Also

Reference