AmbiguousDnaAlphabet Properties |
The AmbiguousDnaAlphabet type exposes the following members.
Name | Description | |
---|---|---|
![]() | A |
Gets A - Adenine.
(Inherited from DnaAlphabet.) |
![]() | AC |
Gets Ambiguous symbol A-Adenine C-Cytosine.
|
![]() | ACT |
Gets Ambiguous symbol A-Adenine C-Cytosine T-Thymine.
|
![]() | Any |
Gets Ambiguous symbol Any.
|
![]() | AT |
Gets Ambiguous symbol A-Adenine T-Thymine.
|
![]() | C |
Gets C - Cytosine.
(Inherited from DnaAlphabet.) |
![]() | Count |
Gets count of nucleotides.
(Inherited from DnaAlphabet.) |
![]() | G |
Gets G - Guanine.
(Inherited from DnaAlphabet.) |
![]() | GA |
Gets Ambiguous symbol G-Guanine A-Adenine.
|
![]() | Gap |
Gets Default Gap symbol.
(Inherited from DnaAlphabet.) |
![]() | GAT |
Gets Ambiguous symbol G-Guanine A-Adenine T-Thymine.
|
![]() | GC |
Gets Ambiguous symbol G-Guanine C-Cytosine.
|
![]() | GCA |
Gets Ambiguous symbol G-Guanine C-Cytosine A-Adenine.
|
![]() | GT |
Gets Ambiguous symbol G-Guanine T-Thymine.
|
![]() | GTC |
Gets Ambiguous symbol G-Guanine T-Thymine C-Cytosine.
|
![]() | HasAmbiguity |
Gets or sets a value indicating whether this alphabet has ambiguous character.
This alphabet does have ambiguous symbols.
(Inherited from DnaAlphabet.) |
![]() | HasGaps |
Gets or sets a value indicating whether this alphabet has a gap character.
This alphabet does have a gap symbol.
(Inherited from DnaAlphabet.) |
![]() | HasTerminations |
Gets or sets a value indicating whether this alphabet has termination character.
This alphabet does not have termination symbols.
(Inherited from DnaAlphabet.) |
![]() | IsComplementSupported |
Gets or sets a value indicating whether this Complement is supported on this Alphabet.
This alphabet has support for complement.
(Inherited from DnaAlphabet.) |
![]() | Item |
Gets the byte value of item at the given index.
(Inherited from DnaAlphabet.) |
![]() | Name |
Gets or sets Friendly name for Alphabet type.
(Inherited from DnaAlphabet.) |
![]() | T |
Gets T - Thymine.
(Inherited from DnaAlphabet.) |
![]() | TC |
Gets Ambiguous symbol T-Thymine C-Cytosine.
|