Click or drag to resize
AmbiguousDnaAlphabet Properties

The AmbiguousDnaAlphabet type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets A - Adenine.
(Inherited from DnaAlphabet.)
Public propertyAC
Gets Ambiguous symbol A-Adenine C-Cytosine.
Public propertyACT
Gets Ambiguous symbol A-Adenine C-Cytosine T-Thymine.
Public propertyAny
Gets Ambiguous symbol Any.
Public propertyAT
Gets Ambiguous symbol A-Adenine T-Thymine.
Public propertyC
Gets C - Cytosine.
(Inherited from DnaAlphabet.)
Public propertyCount
Gets count of nucleotides.
(Inherited from DnaAlphabet.)
Public propertyG
Gets G - Guanine.
(Inherited from DnaAlphabet.)
Public propertyGA
Gets Ambiguous symbol G-Guanine A-Adenine.
Public propertyGap
Gets Default Gap symbol.
(Inherited from DnaAlphabet.)
Public propertyGAT
Gets Ambiguous symbol G-Guanine A-Adenine T-Thymine.
Public propertyGC
Gets Ambiguous symbol G-Guanine C-Cytosine.
Public propertyGCA
Gets Ambiguous symbol G-Guanine C-Cytosine A-Adenine.
Public propertyGT
Gets Ambiguous symbol G-Guanine T-Thymine.
Public propertyGTC
Gets Ambiguous symbol G-Guanine T-Thymine C-Cytosine.
Public propertyHasAmbiguity
Gets or sets a value indicating whether this alphabet has ambiguous character. This alphabet does have ambiguous symbols.
(Inherited from DnaAlphabet.)
Public propertyHasGaps
Gets or sets a value indicating whether this alphabet has a gap character. This alphabet does have a gap symbol.
(Inherited from DnaAlphabet.)
Public propertyHasTerminations
Gets or sets a value indicating whether this alphabet has termination character. This alphabet does not have termination symbols.
(Inherited from DnaAlphabet.)
Public propertyIsComplementSupported
Gets or sets a value indicating whether this Complement is supported on this Alphabet. This alphabet has support for complement.
(Inherited from DnaAlphabet.)
Public propertyItem
Gets the byte value of item at the given index.
(Inherited from DnaAlphabet.)
Public propertyName
Gets or sets Friendly name for Alphabet type.
(Inherited from DnaAlphabet.)
Public propertyT
Gets T - Thymine.
(Inherited from DnaAlphabet.)
Public propertyTC
Gets Ambiguous symbol T-Thymine C-Cytosine.
Top
See Also