| AmbiguousRnaAlphabet Properties |
The AmbiguousRnaAlphabet type exposes the following members.
| Name | Description | |
|---|---|---|
| A |
Gets A - Adenine.
(Inherited from RnaAlphabet.) | |
| AC |
Gets Ambiguous symbols A-Adenine C-Cytosine.
| |
| ACU |
Gets Ambiguous symbols A-Adenine C-Cytosine U-Uracil.
| |
| Any |
Gets Ambiguous symbol Any.
| |
| AU |
Gets Ambiguous symbols A-Adenine U-Uracil.
| |
| C |
Gets C - Cytosine.
(Inherited from RnaAlphabet.) | |
| Count |
Gets count of nucleotides.
(Inherited from RnaAlphabet.) | |
| G |
Gets G - Guanine.
(Inherited from RnaAlphabet.) | |
| GA |
Gets Ambiguous symbols G-Guanine A-Adenine.
| |
| Gap |
Gets Default Gap symbol.
(Inherited from RnaAlphabet.) | |
| GAU |
Gets Ambiguous symbols G-Guanine A-Adenine U-Uracil.
| |
| GC |
Gets Ambiguous symbols G-Guanine C-Cytosine.
| |
| GCA |
Gets Ambiguous symbols G-Guanine C-Cytosine A-Adenine.
| |
| GU |
Gets Ambiguous symbols G-Guanine U-Uracil.
| |
| GUC |
Gets Ambiguous symbols G-Guanine U-Uracil C-Cytosine.
| |
| HasAmbiguity |
Gets or sets a value indicating whether this alphabet has ambiguous symbols.
This alphabet does have ambiguous symbols.
(Inherited from RnaAlphabet.) | |
| HasGaps |
Gets or sets a value indicating whether this alphabet has a gap symbol.
This alphabet does have a gap symbol.
(Inherited from RnaAlphabet.) | |
| HasTerminations |
Gets or sets a value indicating whether this alphabet has termination symbols.
This alphabet does not have termination symbols.
(Inherited from RnaAlphabet.) | |
| IsComplementSupported |
Gets or sets a value indicating whether this Complement is supported on this Alphabet.
This alphabet has support for complement.
(Inherited from RnaAlphabet.) | |
| Item |
Gets the byte value of item at the given index.
(Inherited from RnaAlphabet.) | |
| Name |
Gets or sets Friendly name for Alphabet type.
(Inherited from RnaAlphabet.) | |
| U |
Gets U - Uracil.
(Inherited from RnaAlphabet.) | |
| UC |
Gets Ambiguous symbols U-Uracil C-Cytosine.
|