DnaAlphabet Properties |
The DnaAlphabet type exposes the following members.
Name | Description | |
---|---|---|
A |
Gets A - Adenine.
| |
C |
Gets C - Cytosine.
| |
Count |
Gets count of nucleotides.
| |
G |
Gets G - Guanine.
| |
Gap |
Gets Default Gap symbol.
| |
HasAmbiguity |
Gets or sets a value indicating whether this alphabet has ambiguous character.
This alphabet does have ambiguous symbols.
| |
HasGaps |
Gets or sets a value indicating whether this alphabet has a gap character.
This alphabet does have a gap symbol.
| |
HasTerminations |
Gets or sets a value indicating whether this alphabet has termination character.
This alphabet does not have termination symbols.
| |
IsComplementSupported |
Gets or sets a value indicating whether this Complement is supported on this Alphabet.
This alphabet has support for complement.
| |
Item |
Gets the byte value of item at the given index.
| |
Name |
Gets or sets Friendly name for Alphabet type.
| |
T |
Gets T - Thymine.
|