Alphabets Class |
Namespace: Bio
The Alphabets type exposes the following members.
Name | Description | |
---|---|---|
AutoDetectAlphabet |
This methods loops through supported alphabet types and tries to identify
the best alphabet type for the given symbols.
| |
CheckIsFromSameBase |
Verifies if two given alphabets comes from the same base alphabet.
| |
GetAmbiguousAlphabet |
Gets the ambiguous alphabet
|
Name | Description | |
---|---|---|
AlphabetToBaseAlphabetMap |
Mapping between an alphabet type and its corresponding base alphabet type.
| |
AmbiguousAlphabetMap |
Mapping between an alphabet type and its corresponding ambiguous alphabet type.
| |
AmbiguousDNA |
The Ambiguous DNA alphabet.
| |
AmbiguousProtein |
The Ambiguous protein alphabet consisting of amino acids.
| |
AmbiguousRNA |
The Ambiguous RNA alphabet.
| |
DNA |
The DNA alphabet.
| |
Protein |
The protein alphabet consisting of amino acids.
| |
RNA |
The RNA alphabet.
|