| RnaAlphabet Properties |
The RnaAlphabet 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 symbols.
This alphabet does have ambiguous symbols.
| |
| HasGaps |
Gets or sets a value indicating whether this alphabet has a gap symbol.
This alphabet does have a gap symbol.
| |
| HasTerminations |
Gets or sets a value indicating whether this alphabet has termination symbols.
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.
| |
| U |
Gets U - Uracil.
|